mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-09 00:58:15 +03:00
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.
This commit is contained in:
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…
x
Reference in New Issue
Block a user