We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2273ee commit 2e9c70dCopy full SHA for 2e9c70d
1 file changed
src/petab_gui/controllers/mother_controller.py
@@ -166,7 +166,7 @@ def window_title(self):
166
"""Return the window title based on the model."""
167
if isinstance(self.model.sbml, SbmlViewerModel):
168
return self.model.sbml.model_id
169
- return "PEtabGUI"
+ return APP_NAME
170
171
def setup_context_menu(self):
172
"""Sets up context menus for the tables."""
0 commit comments