Destroyed the bug

This commit is contained in:
Schweini07 2020-01-01 16:26:58 +01:00 committed by GitHub
parent 6025271e29
commit 13fa0bbc54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 17 deletions

View file

@ -9,9 +9,3 @@ func _on_SplashDialog_about_to_show() -> void:
func _on_ArtCredits_pressed() -> void:
OS.shell_open("https://www.instagram.com/erevos_art")
func _on_CheckBox_toggled(pressed) -> void:
if pressed:
Global.config_cache.set_value("preferences", "startup", false)
else:
Global.config_cache.set_value("preferences", "startup", true)