mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Add settings to show the current time (#155)
Closes #154 Adds a settings to show the current time in the upper right corner. If enabled, it will also show the end time for the playback on the overlay.
This commit is contained in:
parent
40a8249469
commit
77c787b51f
14 changed files with 118 additions and 15 deletions
|
|
@ -88,6 +88,7 @@ message InterfacePreferences {
|
|||
map<string, int32> remembered_tabs = 3;
|
||||
AppThemeColors app_theme_colors = 4;
|
||||
bool nav_drawer_switch_on_focus = 5;
|
||||
bool show_clock = 6;
|
||||
}
|
||||
|
||||
message AppPreferences {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue