Set the default OS for new configurations
This commit is contained in:
@@ -1085,6 +1085,7 @@ Public Class frmGameManager
|
|||||||
btnExclude.Text = frmGameManager_btnExclude
|
btnExclude.Text = frmGameManager_btnExclude
|
||||||
btnImport.Enabled = False
|
btnImport.Enabled = False
|
||||||
btnExport.Enabled = False
|
btnExport.Enabled = False
|
||||||
|
cboOS.SelectedValue = CInt(mgrCommon.GetCurrentOS)
|
||||||
Case eModes.Edit
|
Case eModes.Edit
|
||||||
grpFilter.Enabled = False
|
grpFilter.Enabled = False
|
||||||
lstGames.Enabled = False
|
lstGames.Enabled = False
|
||||||
@@ -1160,6 +1161,7 @@ Public Class frmGameManager
|
|||||||
btnExclude.Text = frmGameManager_btnExclude
|
btnExclude.Text = frmGameManager_btnExclude
|
||||||
btnImport.Enabled = True
|
btnImport.Enabled = True
|
||||||
btnExport.Enabled = True
|
btnExport.Enabled = True
|
||||||
|
cboOS.SelectedValue = CInt(mgrCommon.GetCurrentOS)
|
||||||
UpdateGenericButtonLabel(frmGameManager_IncludeShortcut, btnInclude, False)
|
UpdateGenericButtonLabel(frmGameManager_IncludeShortcut, btnInclude, False)
|
||||||
UpdateGenericButtonLabel(frmGameManager_ExcludeShortcut, btnExclude, False)
|
UpdateGenericButtonLabel(frmGameManager_ExcludeShortcut, btnExclude, False)
|
||||||
UpdateGenericButtonLabel(frmGameManager_btnGameID, btnGameID, False)
|
UpdateGenericButtonLabel(frmGameManager_btnGameID, btnGameID, False)
|
||||||
|
|||||||
Reference in New Issue
Block a user