From e50793099480a32ce69b3d65ed61469b9829c69b Mon Sep 17 00:00:00 2001 From: "Michael J. Seiferling" Date: Wed, 13 Mar 2019 20:22:49 -0600 Subject: [PATCH] Sync settings warning should be a priority message --- GBM/Managers/mgrMonitorList.vb | 2 +- GBM/readme.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/GBM/Managers/mgrMonitorList.vb b/GBM/Managers/mgrMonitorList.vb index f8dfaa5..4a6231b 100644 --- a/GBM/Managers/mgrMonitorList.vb +++ b/GBM/Managers/mgrMonitorList.vb @@ -1029,7 +1029,7 @@ Public Class mgrMonitorList 'If the remote database actually contains a list, then ask what to do If iGameCount > 0 Then - If mgrCommon.ShowMessage(mgrMonitorList_ConfirmExistingData, MsgBoxStyle.YesNo) = MsgBoxResult.Yes Then + If mgrCommon.ShowPriorityMessage(mgrMonitorList_ConfirmExistingData, MsgBoxStyle.YesNo) = MsgBoxResult.Yes Then mgrMonitorList.SyncMonitorLists(oSettings) Else mgrMonitorList.SyncMonitorLists(oSettings, False) diff --git a/GBM/readme.txt b/GBM/readme.txt index e26833f..1c2c57d 100644 --- a/GBM/readme.txt +++ b/GBM/readme.txt @@ -16,6 +16,7 @@ All Platforms: - This is useful for delayed network shares on startup or if you forgot to plug in an external backup drive. - The "Choose Game" window now displays tags in addition to the game name when multiple configurations are detected. - The "Backup Confirmation" window should now always get top focus after a gaming session ends. + - This fix has also been applied to other important messages to make sure they don't get hidden behind other windows. - The Game Manager and Custom Variable Manager now use a different folder browser where applicable. - The new browser provides better usability for power users, other areas of the app will still use the classic folder browser. - The new browser allows Linux users to "Show Hidden Folders", which can't be done using the classic Folder Browser.