mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-07 22:15:38 -05:00
9 lines
181 B
QML
9 lines
181 B
QML
import Quickshell
|
|
import QtQuick
|
|
|
|
QtObject {
|
|
required property Singleton service
|
|
|
|
Component.onCompleted: service.refCount++
|
|
Component.onDestruction: service.refCount--
|
|
} |