enable restore from disk menu using question mark if no exact db key match is found

This commit is contained in:
Kang Yu 2023-07-30 14:48:28 -07:00
parent a70664508d
commit b6a38de961
6 changed files with 22 additions and 16 deletions

View file

@ -507,7 +507,6 @@ namespace PersistentWindows.SystrayShell
static public void RestoreSnapshot(int id)
{
pwp.dbDisplayKey = null;
pwp.RestoreSnapshot(id);
}