forked from woofmeow/straywild
fix: isolate controller settings side effects
This commit is contained in:
parent
a8be597d27
commit
7aaed6393b
6 changed files with 40 additions and 16 deletions
|
|
@ -211,10 +211,6 @@ func storage_mode_text() -> String:
|
|||
}.get(mode, "Unavailable")
|
||||
|
||||
|
||||
func open_folder() -> bool:
|
||||
return not root_path.is_empty() and OS.shell_open(root_path) == OK
|
||||
|
||||
|
||||
func report_conflict(message: String, conflict_path: String) -> void:
|
||||
error_message = message
|
||||
conflict_detected.emit(message, conflict_path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue