Refactor badges and notifications, migrate badge settings
This commit is contained in:
@@ -109,4 +109,12 @@ message Settings {
|
||||
}
|
||||
CalendarWidgetSettings calendar_widget = 17;
|
||||
|
||||
message BadgeSettings {
|
||||
bool notifications = 1;
|
||||
bool suspended_apps = 2;
|
||||
bool cloud_files = 3;
|
||||
bool shortcuts = 4;
|
||||
}
|
||||
BadgeSettings badges = 18;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user