From 8e2a9133b4bc582500d2bb36efafaef819d8f004 Mon Sep 17 00:00:00 2001 From: mirusu400 Date: Wed, 22 Oct 2025 10:42:40 +0900 Subject: [PATCH] fix: Fix indent error --- ui/base/main_window_base.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/base/main_window_base.py b/ui/base/main_window_base.py index 1d9a14a..dfea11c 100644 --- a/ui/base/main_window_base.py +++ b/ui/base/main_window_base.py @@ -2525,9 +2525,9 @@ def on_start_monitoring(self): details=f"Locked {success} items" ) - # Lock FadCrypt's own config files - print("🔒 Protecting FadCrypt config files...") - self.file_lock_manager.lock_fadcrypt_configs() + # Lock FadCrypt's own config files + print("🔒 Protecting FadCrypt config files...") + self.file_lock_manager.lock_fadcrypt_configs() # Update UI button state self.update_monitoring_button_state(True)