mirror of
https://github.com/KDE/latte-dock.git
synced 2025-08-25 17:49:25 +03:00
latte plasmoid support new v0.9 Communicator
This commit is contained in:
@ -223,10 +223,10 @@ Item {
|
||||
//END Latte Dock Panel properties
|
||||
|
||||
//BEGIN Latte Dock Communicator
|
||||
property QtObject latteSettings: null
|
||||
onLatteSettingsChanged: {
|
||||
if (latteSettings) {
|
||||
latteSettings.disableLatteSideColoring = true;
|
||||
property QtObject latteBridge: null
|
||||
onLatteBridgeChanged: {
|
||||
if (latteBridge) {
|
||||
latteBridge.actions.setProperty(plasmoid.id, "disableLatteSideColoring", true);
|
||||
}
|
||||
}
|
||||
//END Latte Dock Communicator
|
||||
|
Reference in New Issue
Block a user