mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-10 20:45:38 +02:00
#347, show notifications when webpage commander is invoked for the first time
This commit is contained in:
parent
05dec2e6dd
commit
ae75d66172
4 changed files with 20 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue