#347, show notifications when webpage commander is invoked for the first time

This commit is contained in:
Kang Yu 2024-08-14 16:22:25 -07:00
parent 05dec2e6dd
commit ae75d66172
4 changed files with 20 additions and 7 deletions

View file

@ -29,7 +29,7 @@ namespace PersistentWindows.SystrayShell
private const int MaxSnapshots = 38; // 0-9, a-z, ` and final one for undo
static PersistentWindowProcessor pwp = null;
static SystrayForm systrayForm = null;
public static SystrayForm systrayForm = null;
static bool silent = false; //suppress all balloon tip & sound prompt
static bool notification = false; //pop balloon when auto restore
static int delay_manual_capture = 5000; //in millisecond