remove qs, fixes to waybar
This commit is contained in:
9
modules/home/services/quickshell/shell/widgets/Ref.qml
Normal file
9
modules/home/services/quickshell/shell/widgets/Ref.qml
Normal file
@@ -0,0 +1,9 @@
|
||||
import Quickshell
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
required property Singleton service
|
||||
|
||||
Component.onCompleted: service.refCount++
|
||||
Component.onDestruction: service.refCount--
|
||||
}
|
||||
Reference in New Issue
Block a user