Skip to content

Commit 43d2e76

Browse files
committed
Update main_window.py
1 parent 582afd4 commit 43d2e76

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dlclivegui/gui/main_window.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ def __init__(self, config: ApplicationSettings | None = None):
192192
self._display_timer.start()
193193

194194
# Show status message if myconfig.json was loaded
195+
# FIXME @C-Achard deprecated behavior, remove later
195196
if self._config_path and self._config_path.name == "myconfig.json":
196197
self.statusBar().showMessage(f"Auto-loaded configuration from {self._config_path}", 5000)
197198

0 commit comments

Comments
 (0)