mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-14 09:18:06 +03:00
fix warning
This commit is contained in:
parent
c07c1c75ab
commit
8f4fafa2db
@ -206,7 +206,7 @@ MouseArea {
|
||||
}
|
||||
|
||||
onWheel: {
|
||||
if (currentApplet && !currentApplet.latteStyleApplet) {
|
||||
if (!currentApplet || !currentApplet.latteStyleApplet) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user