mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 17:54:45 +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
|
hoverEnabled: true
|
||||||
onClicked: {
|
onClicked: {
|
||||||
widgetExplorer.addApplet(pluginName);
|
widgetExplorer.addApplet(pluginName);
|
||||||
main.closed()
|
root.closed()
|
||||||
}
|
}
|
||||||
onEntered: list.currentIndex = index
|
onEntered: list.currentIndex = index
|
||||||
onExited: list.currentIndex = -1
|
onExited: list.currentIndex = -1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue