mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-06 05:28:29 -04:00
fix(settings): hide removed widget tooltip (#3003)
This commit is contained in:
@@ -18,6 +18,8 @@ Column {
|
||||
id: sharedTooltip
|
||||
}
|
||||
|
||||
Component.onDestruction: sharedTooltip.hide()
|
||||
|
||||
signal itemEnabledChanged(string sectionId, string itemId, bool enabled)
|
||||
signal itemOrderChanged(string sectionId, var orderedIds)
|
||||
signal addWidget(string sectionId)
|
||||
@@ -1215,6 +1217,7 @@ Column {
|
||||
iconSize: 18
|
||||
iconColor: Theme.error
|
||||
onClicked: {
|
||||
sharedTooltip.hide();
|
||||
root.removeWidget(root.sectionId, index);
|
||||
}
|
||||
onEntered: {
|
||||
|
||||
Reference in New Issue
Block a user