Close #310, added weather as glance provider

This commit is contained in:
Tommaso Berlose
2021-05-14 17:15:34 +02:00
parent fb1953d513
commit dd2a74aaf6
11 changed files with 230 additions and 39 deletions

View File

@ -153,6 +153,7 @@ object Preferences : KotprefModel() {
var appNotificationsFilter by stringPref(default = "")
var showEventsAsGlanceProvider by booleanPref(default = false)
var showWeatherAsGlanceProvider by booleanPref(default = false)
// Integrations
var installedIntegrations by intPref(default = 0)