1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-05 21:15:38 -05:00

expose iconSize helpers to plugins

This commit is contained in:
bbedward
2025-12-04 14:40:38 -05:00
parent 397a8c275d
commit 5b42d34ac8

View File

@@ -44,6 +44,9 @@ Item {
readonly property bool hasVerticalPill: verticalBarPill !== null readonly property bool hasVerticalPill: verticalBarPill !== null
readonly property bool hasPopout: popoutContent !== null readonly property bool hasPopout: popoutContent !== null
readonly property int iconSize: Theme.barIconSize(barThickness, -4)
readonly property int iconSizeLarge: Theme.barIconSize(barThickness)
Component.onCompleted: { Component.onCompleted: {
loadPluginData(); loadPluginData();
} }