Pamhyr: Window: Fix title without study opened.

scenarios
Pierre-Antoine 2025-10-20 18:48:40 +02:00
parent 3f650de52f
commit a97717a624
1 changed files with 6 additions and 5 deletions

View File

@ -186,6 +186,7 @@ class PamhyrWindow(ASubMainWindow, ListedSubWindow, PamhyrWindowTools):
def _set_title(self): def _set_title(self):
title = self._title title = self._title
if self._study is not None:
if self._study.is_read_only(): if self._study.is_read_only():
title = "" + title title = "" + title