Organized Preferences better

As a result, "General" no longer exists.
This commit is contained in:
OverloadedOrama 2020-07-29 01:54:15 +03:00
parent ec81950139
commit f88d201e1a
9 changed files with 337 additions and 179 deletions

View file

@ -124,6 +124,8 @@ func _on_files_dropped(_files : PoolStringArray, _screen : int) -> void:
func load_last_project() -> void:
if OS.get_name() == "HTML5":
return
# Check if any project was saved or opened last time
if Global.config_cache.has_section_key("preferences", "last_project_path"):
# Check if file still exists on disk