Flip-flop the default state of enable_triple_click

pull/389/head
Jonathan Bennett 2023-09-19 10:44:01 -05:00
rodzic 524819face
commit 44701ff4e2
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -136,9 +136,9 @@ message Config {
bool is_managed = 9;
/*
* Enables the triple-press of user button to enable or disable GPS
* Disables the triple-press of user button to enable or disable GPS
*/
bool enable_triple_click = 10;
bool disable_triple_click = 10;
}
/*