mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Settings._save wrote new base_url/api_key to prefs but the BackendAPI singleton kept the Dio it built at first access, so URL/key changes only took effect after an app restart. Expose reconfigureFromPrefs() on BackendAPI and call it from Settings._save so subsequent requests pick up the new config immediately. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>