mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 13:05:38 +02:00
#347, longer balloontip tip for webpage commander notification
This commit is contained in:
parent
2a7a108748
commit
7bd8511bb9
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ namespace PersistentWindows.SystrayShell
|
|||
File.Create(webpage_commander_notification);
|
||||
Process.Start(Program.ProjectUrl + "/blob/master/webpage_commander.md");
|
||||
}
|
||||
Program.systrayForm.notifyIconMain.ShowBalloonTip(5000, $"webpage commander is invoked via hotkey", "Press the hotkey (Alt + W) again to revoke", ToolTipIcon.Info);
|
||||
Program.systrayForm.notifyIconMain.ShowBalloonTip(8000, "webpage commander is invoked via hotkey", "Press the hotkey (Alt + W) again to revoke", ToolTipIcon.Info);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue