update hint for restore snapshot

This commit is contained in:
Kang Yu 2021-01-11 18:58:01 -08:00
parent 2f2d0b0017
commit 85a63e866a

View file

@ -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);
}
}