mirror of
https://github.com/SimpleMobileTools/Simple-Launcher.git
synced 2025-06-05 21:59:15 +02:00
replace tile counts with "Shortcut" at shortcut widgets
This commit is contained in:
@ -9,5 +9,6 @@ data class AppWidget(
|
||||
val widgetTitle: String,
|
||||
val widgetPreviewImage: Drawable?,
|
||||
var widthTiles: Int,
|
||||
val heightTiles: Int
|
||||
val heightTiles: Int,
|
||||
val isShortcut: Boolean
|
||||
) : WidgetsListItem()
|
||||
|
Reference in New Issue
Block a user