Add settings for home button gesture

This commit is contained in:
MM20
2023-06-23 17:17:08 +02:00
parent e350e0f640
commit 918f340dd2
4 changed files with 57 additions and 0 deletions
@@ -329,6 +329,8 @@ message Settings {
string swipe_right_app = 8;
string double_tap_app = 9;
string long_press_app = 10;
GestureAction home_button = 11;
string home_button_app = 12;
}
GestureSettings gestures = 28;