Add option to hide widget background card for app widgets

This commit is contained in:
MM20
2023-05-16 17:29:30 +02:00
parent ad3e19ce0d
commit 69aa41bf8e
4 changed files with 22 additions and 3 deletions
@@ -16,6 +16,7 @@ data class AppWidgetConfig(
val widgetId: Int,
val height: Int,
val borderless: Boolean = false,
val background: Boolean = true,
)
data class AppWidget(