From 0184c246baf44e3e600616e80edf9c8341dc581d Mon Sep 17 00:00:00 2001 From: Arun Bhattacharya Date: Fri, 20 Jun 2025 12:32:52 +0530 Subject: [PATCH 1/2] Toggle AutoHide with Alt+T Hotkey --- RetroBar/Program.cs | 2 +- RetroBar/PropertiesWindow.xaml | 3 ++ RetroBar/Utilities/HotkeyManager.cs | 49 +++++++++++++++++++++++++++++ RetroBar/Utilities/Settings.cs | 7 +++++ 4 files changed, 60 insertions(+), 1 deletion(-) diff --git a/RetroBar/Program.cs b/RetroBar/Program.cs index c79a631d..a00848b5 100644 --- a/RetroBar/Program.cs +++ b/RetroBar/Program.cs @@ -53,4 +53,4 @@ private static bool SingleInstanceCheck() return false; } } -} +} \ No newline at end of file diff --git a/RetroBar/PropertiesWindow.xaml b/RetroBar/PropertiesWindow.xaml index d4666fec..8bfcc671 100644 --- a/RetroBar/PropertiesWindow.xaml +++ b/RetroBar/PropertiesWindow.xaml @@ -239,6 +239,9 @@ + +