Add prefs & page for app updates

This commit is contained in:
Damontecres 2025-10-11 18:32:19 -04:00
parent 14de2442bd
commit cbc680da7d
No known key found for this signature in database
9 changed files with 652 additions and 359 deletions

View file

@ -63,4 +63,7 @@ message AppPreferences {
PlaybackPreferences playback_preferences = 3;
HomePagePreferences home_page_preferences = 4;
InterfacePreferences interface_preferences = 5;
bool auto_check_for_updates = 6;
string update_url = 7;
}