We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 582afd4 commit 43d2e76Copy full SHA for 43d2e76
1 file changed
dlclivegui/gui/main_window.py
@@ -192,6 +192,7 @@ def __init__(self, config: ApplicationSettings | None = None):
192
self._display_timer.start()
193
194
# Show status message if myconfig.json was loaded
195
+ # FIXME @C-Achard deprecated behavior, remove later
196
if self._config_path and self._config_path.name == "myconfig.json":
197
self.statusBar().showMessage(f"Auto-loaded configuration from {self._config_path}", 5000)
198
0 commit comments