mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-09 08:01:20 +02:00
Preferences update, play theme song volume
This commit is contained in:
parent
3a255fcd8a
commit
628771211d
8 changed files with 206 additions and 37 deletions
|
|
@ -16,8 +16,17 @@ message HomePagePreferences{
|
|||
bool enable_rewatching_next_up = 2;
|
||||
}
|
||||
|
||||
enum ThemeSongVolume {
|
||||
DISABLED = 0;
|
||||
LOWEST = 1;
|
||||
LOW = 2;
|
||||
MEDIUM = 3;
|
||||
HIGH = 4;
|
||||
HIGHEST = 5;
|
||||
}
|
||||
|
||||
message InterfacePreferences {
|
||||
bool play_theme_songs = 1;
|
||||
ThemeSongVolume play_theme_songs = 1;
|
||||
}
|
||||
|
||||
message AppPreferences {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue