mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 13:05:38 +02:00
command option -fix_taskbar_no_game
This commit is contained in:
parent
dfec7db6b7
commit
5296f7dff5
2 changed files with 6 additions and 8 deletions
|
@ -212,8 +212,8 @@ if not errorlevel 1 goto wait_to_finish";
|
|||
case "-fix_taskbar=0":
|
||||
pwp.fixTaskBar = 0;
|
||||
break;
|
||||
case "-fix_taskbar=1":
|
||||
pwp.fixTaskBar = 1;
|
||||
case "-fix_taskbar_no_game":
|
||||
pwp.fixTaskBar = -1;
|
||||
break;
|
||||
case "-foreground_background_dual_position=0":
|
||||
pwp.enableDualPosSwitch = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue