Environment:
OS: macOS Sequoia (Apple Silicon, MacBook 14 Pro M5)
RuView Desktop Version: v0.3.0
Architecture: arm64
Steps to reproduce:
Open RuView Desktop v0.3.0
Navigate to Settings
Enter any value in the "Binding Address" field (e.g. 10.0.1.250)
Click "Save Settings"
Expected behavior: Settings are saved and persisted across app restarts.
Actual behavior: Error message appears: Command "save_settings" not found
No config file or directory is created under: ~/Library/Application Support/com.ruview.desktop/
The directory does not exist at all – confirming that no settings are ever written to disk.
Additional context: The Tauri backend command save_settings appears to be missing or not registered. The GUI button exists but the corresponding backend handler is not implemented.
Workaround: None found. Falling back to browser-based UI at http://:3000.