Add reverse pager layout

This commit is contained in:
MM20
2022-07-11 16:51:10 +02:00
parent 8b0e96b628
commit 18539c5f64
6 changed files with 64 additions and 47 deletions
@@ -68,6 +68,7 @@ message Settings {
enum Layout {
PullDown = 0;
Pager = 1;
PagerReversed = 2;
}
Layout layout = 9;