Set 'current_version' to NULL to delete from store
This commit is contained in:
parent
8c9eae5537
commit
c096931ca0
@ -181,7 +181,7 @@ func _on_Play_button_pressed():
|
|||||||
# If not,
|
# If not,
|
||||||
else:
|
else:
|
||||||
notice("Executable not found! Click 'UPDATE' to install it again", "alert")
|
notice("Executable not found! Click 'UPDATE' to install it again", "alert")
|
||||||
Store.write_store("current_version", "")
|
Store.write_store("current_version", null)
|
||||||
|
|
||||||
# When the background change timer time's out,
|
# When the background change timer time's out,
|
||||||
func _on_Change_timer_timeout():
|
func _on_Change_timer_timeout():
|
||||||
|
Loading…
Reference in New Issue
Block a user