mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-10 20:45:38 +02:00
#331, toggle menu between Enable/Disable webpage commander
This commit is contained in:
parent
74a3f6e173
commit
169e694684
4 changed files with 10 additions and 5 deletions
|
@ -24,6 +24,7 @@ namespace PersistentWindows.SystrayShell
|
|||
public static string CmdArgs;
|
||||
public static bool Gui = true;
|
||||
public static bool hotkey_window = true;
|
||||
public static uint hotkey = 'W'; //Alt + W
|
||||
|
||||
private const int MaxSnapshots = 38; // 0-9, a-z, ` and final one for undo
|
||||
|
||||
|
@ -74,7 +75,6 @@ namespace PersistentWindows.SystrayShell
|
|||
bool auto_upgrade = false;
|
||||
bool legacy_icon = false;
|
||||
bool waiting_taskbar = false;
|
||||
uint hotkey = 'W'; //Alt + W
|
||||
|
||||
foreach (var arg in args)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue