Use only default settings for terminal panel

Until settings have been properly defined, documented and implemented.
This commit is contained in:
Leroy Hopson 2021-07-25 22:59:16 +07:00
parent 14dd045b66
commit 082ce8f199
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA

View file

@ -52,6 +52,11 @@ func _ready():
func _load_or_create_settings() -> void:
# Use only default settings for now, until settings are properly defined
# and documented.
_settings = TerminalSettings.new()
return
var dir := Directory.new()
if not dir.dir_exists(SETTINGS_FILE_PATH.get_base_dir()):