mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Keybinding fix
This commit is contained in:
@@ -199,7 +199,14 @@ namespace GHelper
|
||||
|
||||
break;
|
||||
}
|
||||
base.WndProc(ref m);
|
||||
|
||||
try
|
||||
{
|
||||
base.WndProc(ref m);
|
||||
} catch (Exception ex)
|
||||
{
|
||||
Debug.WriteLine(ex.ToString());
|
||||
}
|
||||
}
|
||||
|
||||
public void RunToast(string text, ToastIcon? icon = null)
|
||||
|
||||
Reference in New Issue
Block a user