Add preference to hide widget edit button

This commit is contained in:
MM20
2022-09-27 21:06:07 +02:00
parent 9309cd4891
commit fc6d1d382c
8 changed files with 181 additions and 103 deletions
@@ -259,4 +259,9 @@ message Settings {
bool enabled = 1;
}
AppShortcutSearchSettings app_shortcut_search = 25;
message WidgetSettings {
bool edit_button = 1;
}
WidgetSettings widgets = 26;
}