Better tab UI & remember tab setting

This commit is contained in:
Damontecres 2025-10-07 16:22:28 -04:00
parent c642636da7
commit 88038bfcfd
No known key found for this signature in database
7 changed files with 139 additions and 15 deletions

View file

@ -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 {