Pamhyr2: Add Tahiti version code name.

compare_results
Pierre-Antoine Rouby 2024-09-24 16:56:36 +02:00
parent c4c2449216
commit 0c7091e2d9
1 changed files with 2 additions and 2 deletions

View File

@ -166,10 +166,10 @@ class ApplicationWindow(QMainWindow, ListedSubWindow, WindowToolKit):
title = "(dbg) " if self.conf.debug else ""
if self._study is not None:
title += f"Pamhyr2 - {self._study.name}"
title += f"Pamhyr2 (Tahiti 🌴) - {self._study.name}"
self.setWindowTitle(title)
else:
title += "Pamhyr2"
title += "Pamhyr2 (Tahiti 🌴)"
self.setWindowTitle(title)
def setup_tab(self):