mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
Use only default settings for terminal panel
Until settings have been properly defined, documented and implemented.
This commit is contained in:
parent
14dd045b66
commit
082ce8f199
1 changed files with 5 additions and 0 deletions
|
@ -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()):
|
||||
|
|
Loading…
Reference in a new issue