mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-13 05:55:39 +02:00
update hint for restore snapshot
This commit is contained in:
parent
2f2d0b0017
commit
85a63e866a
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ namespace Ninjacrab.PersistentWindows.SystrayShell
|
|||
{
|
||||
char c = SnapshotIdToChar(id);
|
||||
if (prompt)
|
||||
systrayForm.notifyIconMain.ShowBalloonTip(5000, $"snapshot '{c}' is captured", $"click icon then press and hold key '{c}' to restore the snapshot", ToolTipIcon.Info);
|
||||
systrayForm.notifyIconMain.ShowBalloonTip(5000, $"snapshot '{c}' is captured", $"click icon then immediately press key '{c}' to restore the snapshot", ToolTipIcon.Info);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue