mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
Optional to automatically go to new page on focus instead of clicking (#127)
Closes #95 Adds a setting (defaults to enabled) to automatically go to a page when the navigation drawer item is focused after a brief delay. Basically, if you open the left nav drawer, and scroll down to "Movies" after a brief delay (600ms), the app will switch to the Movies page without having to click. It can be disabled in advanced settings.
This commit is contained in:
parent
26cc092402
commit
9f3691fd1b
6 changed files with 137 additions and 17 deletions
|
|
@ -81,6 +81,7 @@ message InterfacePreferences {
|
|||
bool remember_selected_tab = 2;
|
||||
map<string, int32> remembered_tabs = 3;
|
||||
AppThemeColors app_theme_colors = 4;
|
||||
bool nav_drawer_switch_on_focus = 5;
|
||||
}
|
||||
|
||||
message AppPreferences {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue