mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 04:55:39 +02:00
#381 treat ~ as `
This commit is contained in:
parent
91b1b3f43d
commit
e175b5f4d8
1 changed files with 1 additions and 1 deletions
|
@ -529,7 +529,7 @@ namespace PersistentWindows.SystrayShell
|
|||
|
||||
static public int SnapshotCharToId(char c)
|
||||
{
|
||||
if (c == '`')
|
||||
if (c == '`' || c == '~')
|
||||
return MaxSnapshots - 2;
|
||||
if (c < '0')
|
||||
return -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue