mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-25 14:17:29 -04:00
gate icon and undiscoverable mode
This commit is contained in:
parent
fb6cf98f2b
commit
414ad4eeda
18 changed files with 108 additions and 52 deletions
|
@ -29,8 +29,7 @@ func scale_content() -> void:
|
|||
|
||||
|
||||
func set_initial_screen() -> void:
|
||||
var last_screen = DataSaver.get_value("settings", "last_screen")
|
||||
if last_screen == null: last_screen = 0
|
||||
var last_screen = DataSaver.get_value("settings", "last_screen", 0)
|
||||
|
||||
DisplayServer.window_set_current_screen(last_screen)
|
||||
Debug.logclr("Initial screen: %d" % [last_screen], Debug.SILENT_CLR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue