This commit is contained in:
Adrien Bourmault 2022-08-02 11:25:06 +02:00
parent 392242dff0
commit b1fcff56af
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class GemGraphApplication(Adw.Application):
if not win:
win = GemGraphWindow(application=self)
# Display run mode by default
# Display home mode by default
win.stack_switch_mode("home")
win.present()