1
0
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:
Michail Vourlakos 2019-03-12 20:40:42 +02:00
parent c07c1c75ab
commit 8f4fafa2db

View File

@ -206,7 +206,7 @@ MouseArea {
}
onWheel: {
if (currentApplet && !currentApplet.latteStyleApplet) {
if (!currentApplet || !currentApplet.latteStyleApplet) {
return;
}