Skip to content

Commit 2e9c70d

Browse files
committed
..
1 parent d2273ee commit 2e9c70d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/petab_gui/controllers/mother_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def window_title(self):
166166
"""Return the window title based on the model."""
167167
if isinstance(self.model.sbml, SbmlViewerModel):
168168
return self.model.sbml.model_id
169-
return "PEtabGUI"
169+
return APP_NAME
170170

171171
def setup_context_menu(self):
172172
"""Sets up context menus for the tables."""

0 commit comments

Comments
 (0)