mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-08 06:25:37 -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--
|
|
} |