mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-21 10:50:30 +03:00
provide Alternatives from the Latte applet
This commit is contained in:
parent
db0d084ed2
commit
9f359f37db
@ -846,6 +846,16 @@ PlasmaComponents.ContextMenu {
|
||||
}
|
||||
}
|
||||
|
||||
PlasmaComponents.MenuItem {
|
||||
id: altenativesMenuItem
|
||||
visible: root.editMode
|
||||
text: plasmoid.action("alternatives").text
|
||||
icon: plasmoid.action("alternatives").icon
|
||||
|
||||
onClicked: plasmoid.action("alternatives").trigger();
|
||||
|
||||
}
|
||||
|
||||
PlasmaComponents.MenuItem {
|
||||
id: addWidgets
|
||||
visible: latteDock && latteDock.universalLayoutManager.addWidgetsAction
|
||||
|
Loading…
x
Reference in New Issue
Block a user