Gix switcher, update glance, add glance order, add ampm toggle
This commit is contained in:
@ -3,10 +3,5 @@ package com.tommasoberlose.anotherwidget.models
|
||||
class GlanceProvider(
|
||||
val id: String,
|
||||
val title: String,
|
||||
val icon: Int,
|
||||
val label: String = "",
|
||||
val enabled: Boolean = false,
|
||||
val isPermissionRequired: Boolean = false,
|
||||
val isPermissionGranted: (() -> Boolean)? = null,
|
||||
val requestPermission: (() -> Unit)? = null
|
||||
val icon: Int
|
||||
)
|
Reference in New Issue
Block a user