expose norma edit mode for Latte plasmoid

--Latte Tasks plasmoid is the only eaxception from
applets because it can be edited during the normal
Latte View editing scenario through Tasks tab.
All other applets need to open their settings window.
work/spdx
Michail Vourlakos 4 years ago
parent 37588abf84
commit 3085e6aa3d

@ -46,7 +46,7 @@ Item{
// EXPLANATION: Latte sets it to true when this applet is in a Latte containment and Latte
// is also in EditMode, that means when the user is altering applets and Latte latteView settings
// @since: 0.9
readonly property bool inEditMode: root.inConfigureAppletsMode
readonly property bool inEditMode: appletItem.isLattePlasmoid ? root.editMode : root.inConfigureAppletsMode
// NAME: inPlasmaPanelStyle
// USAGE: read-only

Loading…
Cancel
Save