mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-12 08:42:13 -04:00
@@ -836,6 +836,9 @@ Column {
|
|||||||
onExpandClicked: {
|
onExpandClicked: {
|
||||||
if (root.editMode)
|
if (root.editMode)
|
||||||
return
|
return
|
||||||
|
if (builtinInstance) {
|
||||||
|
builtinInstance.ccWidgetExpanded()
|
||||||
|
}
|
||||||
root.expandClicked(widgetData, widgetIndex)
|
root.expandClicked(widgetData, widgetIndex)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -969,6 +972,9 @@ Column {
|
|||||||
onExpandClicked: {
|
onExpandClicked: {
|
||||||
if (root.editMode)
|
if (root.editMode)
|
||||||
return
|
return
|
||||||
|
if (pluginInstance) {
|
||||||
|
pluginInstance.ccWidgetExpanded()
|
||||||
|
}
|
||||||
root.expandClicked(widgetData, widgetIndex)
|
root.expandClicked(widgetData, widgetIndex)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user