Add option to hide widget background card for app widgets
This commit is contained in:
@@ -16,6 +16,7 @@ data class AppWidgetConfig(
|
||||
val widgetId: Int,
|
||||
val height: Int,
|
||||
val borderless: Boolean = false,
|
||||
val background: Boolean = true,
|
||||
)
|
||||
|
||||
data class AppWidget(
|
||||
|
||||
Reference in New Issue
Block a user