mirror of
https://github.com/nomi-san/parsec-vdd.git
synced 2026-08-07 05:20:44 +00:00
app: fix restore displays toggle
This commit is contained in:
+1
-1
@@ -193,7 +193,7 @@ namespace ParsecVDisplay
|
||||
if (sender == MI_RunOnStartup)
|
||||
Config.RunOnStartup = MI_RunOnStartup.Checked;
|
||||
else if (sender == MI_RestoreDisplays)
|
||||
Config.DisplayCount = ParsecVDD.GetDisplays().Count;
|
||||
Config.DisplayCount = MI_RestoreDisplays.Checked ? ParsecVDD.GetDisplays().Count : -1;
|
||||
else if (sender == MI_FallbackDisplay)
|
||||
Config.FallbackDisplay = MI_FallbackDisplay.Checked;
|
||||
else if (sender == MI_KeepScreenOn)
|
||||
|
||||
Reference in New Issue
Block a user