Customisable shortcuts: first bulky implementation

This commit is contained in:
2022-04-05 00:09:40 +02:00
parent 9a5f686dde
commit 6d75f88927
8 changed files with 703 additions and 115 deletions

View File

@ -37,7 +37,7 @@ namespace unison
{
_systray.Dispose();
_snapcast.LaunchOrExit(true);
_hotkeys.RemoveHotKeys();
_hotkeys.RemoveHotkeys();
base.OnExit(e);
}
}