Skip to content

Commit 7b7f529

Browse files
Update loc_file_manager.py
Reduce the message time
1 parent 0a5bcd6 commit 7b7f529

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

annotation_tool/controllers/localization/loc_file_manager.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def load_project(self, data, file_path):
208208
self.main.show_temp_msg(
209209
"Mode Switched",
210210
f"Successfully loaded {loaded_count} clips.\n\nCurrent Mode: LOCALIZATION",
211-
duration=1500,
211+
duration=1000,
212212
icon=QMessageBox.Icon.Information,
213213
)
214214

@@ -317,4 +317,4 @@ def _clear_workspace(self, full_reset=False):
317317

318318
# Optionally show welcome screen
319319
if full_reset:
320-
self.main.ui.show_welcome_view()
320+
self.main.ui.show_welcome_view()

0 commit comments

Comments
 (0)