From 0e76b1d6efadbd8b378d46dec1be20bcc3ea04d3 Mon Sep 17 00:00:00 2001 From: Mitch Tuck Date: Mon, 27 Jul 2026 13:59:54 -0400 Subject: [PATCH] fix theme reload issue --- src/ui/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/mod.rs b/src/ui/mod.rs index ddd00e3..806694d 100644 --- a/src/ui/mod.rs +++ b/src/ui/mod.rs @@ -41,7 +41,7 @@ pub fn build_ui(app: &Application, run_mode: &RunMode) { // Watch for theme changes let provider_weak = provider.downgrade(); let config_path = dirs::config_dir() - .map(|p| p.join("hypr-keys/theme.conf")) + .map(|p| p.join("HotkeyHub/theme.conf")) .unwrap_or_else(|| PathBuf::from("theme.conf")); // Track last modified time