mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-10 20:45:38 +02:00
invoke hotkey to show icon
This commit is contained in:
parent
309cd5444c
commit
dd429c1df7
2 changed files with 4 additions and 2 deletions
|
@ -388,7 +388,7 @@ namespace PersistentWindows.SystrayShell
|
|||
return false;
|
||||
}
|
||||
|
||||
static void ShowRestoreTip()
|
||||
public static void ShowRestoreTip()
|
||||
{
|
||||
if (systrayForm.contextMenuStripSysTray.InvokeRequired)
|
||||
systrayForm.contextMenuStripSysTray.BeginInvoke((Action)delegate ()
|
||||
|
@ -414,7 +414,7 @@ namespace PersistentWindows.SystrayShell
|
|||
}
|
||||
}
|
||||
|
||||
static void HideRestoreTip()
|
||||
public static void HideRestoreTip()
|
||||
{
|
||||
if (systrayForm.contextMenuStripSysTray.InvokeRequired)
|
||||
systrayForm.contextMenuStripSysTray.BeginInvoke((Action)delegate ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue