We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe7580 commit 69a456aCopy full SHA for 69a456a
1 file changed
src/petab_gui/app.py
@@ -37,6 +37,7 @@ def __init__(self):
37
38
# Load the stylesheet
39
# self.apply_stylesheet()
40
+ self.setWindowIcon(get_icon())
41
self.model = PEtabModel()
42
self.view = MainWindow()
43
self.view.setWindowIcon(get_icon())
0 commit comments