Add preferences for app shortcut search

This commit is contained in:
MM20
2022-03-21 14:58:14 +01:00
parent a4a562e335
commit d6ebbd193a
10 changed files with 129 additions and 41 deletions
@@ -180,4 +180,9 @@ message Settings {
uint32 border_width = 3;
}
CardSettings cards = 24;
message AppShortcutSearchSettings {
bool enabled = 1;
}
AppShortcutSearchSettings app_shortcut_search = 25;
}