mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -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--
|
|
} |