add menu "toggle one-finger web navigation"

This commit is contained in:
Kang Yu 2024-04-15 12:52:47 -07:00
parent cb334676c0
commit b0034375aa
5 changed files with 45 additions and 14 deletions

View file

@ -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)