Commit 0c7091e2 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

Pamhyr2: Add Tahiti version code name.

No related merge requests found
Pipeline #58689 passed with stages
in 3 minutes and 37 seconds
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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):
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment