Typo
This commit is contained in:
parent
392242dff0
commit
b1fcff56af
|
@ -93,7 +93,7 @@ class GemGraphApplication(Adw.Application):
|
||||||
if not win:
|
if not win:
|
||||||
win = GemGraphWindow(application=self)
|
win = GemGraphWindow(application=self)
|
||||||
|
|
||||||
# Display run mode by default
|
# Display home mode by default
|
||||||
win.stack_switch_mode("home")
|
win.stack_switch_mode("home")
|
||||||
win.present()
|
win.present()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue