fix: isolate controller settings side effects

This commit is contained in:
Alexander Sellite 2026-08-16 20:53:15 -04:00
parent a8be597d27
commit 7aaed6393b
6 changed files with 40 additions and 16 deletions

View file

@ -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)