Skip to content

Commit 69a456a

Browse files
authored
- set icon on application (#85)
1 parent 2fe7580 commit 69a456a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/petab_gui/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def __init__(self):
3737

3838
# Load the stylesheet
3939
# self.apply_stylesheet()
40+
self.setWindowIcon(get_icon())
4041
self.model = PEtabModel()
4142
self.view = MainWindow()
4243
self.view.setWindowIcon(get_icon())

0 commit comments

Comments
 (0)