mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-09 08:01:20 +02:00
Better tab UI & remember tab setting
This commit is contained in:
parent
c642636da7
commit
88038bfcfd
7 changed files with 139 additions and 15 deletions
|
|
@ -30,6 +30,8 @@ enum ThemeSongVolume {
|
|||
|
||||
message InterfacePreferences {
|
||||
ThemeSongVolume play_theme_songs = 1;
|
||||
bool remember_selected_tab = 2;
|
||||
map<string, int32> remembered_tabs = 3;
|
||||
}
|
||||
|
||||
message AppPreferences {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue