mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +02:00
add menu "toggle one-finger web navigation"
This commit is contained in:
parent
cb334676c0
commit
b0034375aa
5 changed files with 45 additions and 14 deletions
|
@ -23,6 +23,7 @@ namespace PersistentWindows.SystrayShell
|
|||
public static string AppdataFolder = null;
|
||||
public static string CmdArgs;
|
||||
public static bool Gui = true;
|
||||
public static bool hotkey_window = true;
|
||||
|
||||
static PersistentWindowProcessor pwp = null;
|
||||
static SystrayForm systrayForm = null;
|
||||
|
@ -70,7 +71,6 @@ namespace PersistentWindows.SystrayShell
|
|||
bool auto_upgrade = false;
|
||||
bool legacy_icon = false;
|
||||
bool waiting_taskbar = false;
|
||||
bool hotkey_window = true;
|
||||
uint hotkey = 'W'; //Alt + W
|
||||
|
||||
foreach (var arg in args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue