mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +02:00
unify maximize/minimize procedure, remove dry run test code
This commit is contained in:
parent
4bceca33e6
commit
6619f7c205
2 changed files with 13 additions and 29 deletions
|
@ -47,7 +47,6 @@ namespace PersistentWindows.SystrayShell
|
|||
int halt_restore = 0; //seconds to wait before trying restore again, due to frequent monitor config changes
|
||||
string ignore_process = "";
|
||||
int debug_process = 0;
|
||||
bool dry_run = false; //dry run mode without real restore, for debug purpose only
|
||||
bool fix_zorder = false;
|
||||
bool fix_zorder_specified = false;
|
||||
bool show_desktop = false; //show desktop when display changes
|
||||
|
@ -181,9 +180,6 @@ namespace PersistentWindows.SystrayShell
|
|||
case "-notification=1":
|
||||
notification = true;
|
||||
break;
|
||||
case "-dry_run":
|
||||
dry_run = true;
|
||||
break;
|
||||
case "-fix_zorder=0":
|
||||
fix_zorder = false;
|
||||
fix_zorder_specified = true;
|
||||
|
@ -262,7 +258,6 @@ namespace PersistentWindows.SystrayShell
|
|||
systrayForm.upgradeNoticeMenuItem.Text = "Enable upgrade notice";
|
||||
|
||||
pwp.icon = IdleIcon;
|
||||
pwp.dryRun = dry_run;
|
||||
if (fix_zorder_specified)
|
||||
{
|
||||
if (fix_zorder)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue