Add a preference to hide the edit favorites button

This commit is contained in:
MM20
2022-09-27 20:49:22 +02:00
parent a2aca9bded
commit 9309cd4891
9 changed files with 238 additions and 143 deletions
@@ -128,6 +128,7 @@ message Settings {
bool enabled = 1;
bool frequently_used = 2;
int32 frequently_used_rows = 3;
bool edit_button = 4;
}
FavoritesSettings favorites = 8;