From e1cbdab192455f6ec06944bd314e91ef64bc6e3d Mon Sep 17 00:00:00 2001 From: Firav Date: Tue, 11 Nov 2025 12:37:13 -0500 Subject: [PATCH 01/13] add keybind manager to dropdown and update window close behavior --- WhackerLinkConsoleV2/App.xaml | 3 ++- WhackerLinkConsoleV2/MainWindow.xaml | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/WhackerLinkConsoleV2/App.xaml b/WhackerLinkConsoleV2/App.xaml index 48129b4..5f0455a 100644 --- a/WhackerLinkConsoleV2/App.xaml +++ b/WhackerLinkConsoleV2/App.xaml @@ -1,7 +1,8 @@  + StartupUri="MainWindow.xaml" + ShutdownMode="OnMainWindowClose">