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