Set 'current_version' to NULL to delete from store

This commit is contained in:
Noah 2022-10-29 13:18:50 -05:00
parent 8c9eae5537
commit c096931ca0

View File

@ -181,7 +181,7 @@ func _on_Play_button_pressed():
# If not,
else:
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,
func _on_Change_timer_timeout():