Add preference to hide widget edit button
This commit is contained in:
@@ -259,4 +259,9 @@ message Settings {
|
||||
bool enabled = 1;
|
||||
}
|
||||
AppShortcutSearchSettings app_shortcut_search = 25;
|
||||
|
||||
message WidgetSettings {
|
||||
bool edit_button = 1;
|
||||
}
|
||||
WidgetSettings widgets = 26;
|
||||
}
|
||||
Reference in New Issue
Block a user