mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
Add preference for theme music
This commit is contained in:
parent
f8efffa3c2
commit
6f18f780eb
4 changed files with 30 additions and 0 deletions
|
|
@ -15,6 +15,10 @@ message HomePagePreferences{
|
|||
bool enable_rewatching_next_up = 2;
|
||||
}
|
||||
|
||||
message InterfacePreferences {
|
||||
bool play_theme_songs = 1;
|
||||
}
|
||||
|
||||
message AppPreferences {
|
||||
// The currently signed in server and user IDs, mostly for restoring a session
|
||||
string current_server_id = 1;
|
||||
|
|
@ -22,4 +26,5 @@ message AppPreferences {
|
|||
|
||||
PlaybackPreferences playback_preferences = 3;
|
||||
HomePagePreferences home_page_preferences = 4;
|
||||
InterfacePreferences interface_preferences = 5;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue