Skip to content

Commit

Permalink
Fix incorrect window name.
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Mansencal <[email protected]>
  • Loading branch information
KelSolaar committed Aug 16, 2024
1 parent 044e154 commit 182f633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/ocioview/ocioview/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ def _update_recent_configs_menu(self) -> None:

def _update_window_title(self) -> None:
filename = (
"untitiled"
"untitled"
if self._config_path is None
else self._config_path.name
) + ("*" if self._has_unsaved_changes() else "")
Expand Down

0 comments on commit 182f633

Please sign in to comment.