mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +02:00
turn off dual position switching by default
This commit is contained in:
parent
bef3b5065e
commit
82fa1833d5
2 changed files with 4 additions and 1 deletions
|
@ -167,6 +167,9 @@ namespace PersistentWindows.SystrayShell
|
|||
case "-foreground_background_dual_position=0":
|
||||
pwp.enableSmartForeBackground = false;
|
||||
break;
|
||||
case "-foreground_background_dual_position=1":
|
||||
pwp.enableSmartForeBackground = true;
|
||||
break;
|
||||
case "-prompt_session_restore":
|
||||
prompt_session_restore = true;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue