remove unused var

This commit is contained in:
end-4
2025-05-17 23:45:38 +02:00
parent 01cb51d6b4
commit 2b98b8dada
@@ -20,7 +20,6 @@ Scope {
Loader {
id: sidebarLoader
active: false
property var modelData
onActiveChanged: {
GlobalStates.sidebarRightOpenCount += active ? 1 : -1
}