mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
close the widget explorer after adding applet
This commit is contained in:
parent
bd5ca6fd61
commit
4bc42a9c9b
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ Item {
|
|||
hoverEnabled: true
|
||||
onClicked: {
|
||||
widgetExplorer.addApplet(pluginName);
|
||||
main.closed()
|
||||
root.closed()
|
||||
}
|
||||
onEntered: list.currentIndex = index
|
||||
onExited: list.currentIndex = -1
|
||||
|
|
|
|||
Loading…
Reference in a new issue