Remove dead code
This commit is contained in:
@@ -7,10 +7,6 @@ import qs.Commons
|
||||
Item {
|
||||
id: root
|
||||
|
||||
property string omarchyPath: ""
|
||||
property var shell: null
|
||||
property var manifest: null
|
||||
|
||||
property bool opened: false
|
||||
property string icon: ""
|
||||
property string message: ""
|
||||
|
||||
@@ -4,8 +4,11 @@
|
||||
"name": "On-screen display",
|
||||
"version": "1.0.0",
|
||||
"description": "Quickshell volume, brightness, and status overlays.",
|
||||
"kinds": ["panel"],
|
||||
"activation": "persistent",
|
||||
"kinds": [
|
||||
"panel"
|
||||
],
|
||||
"keepLoaded": true,
|
||||
"entryPoints": { "panel": "Osd.qml" }
|
||||
"entryPoints": {
|
||||
"panel": "Osd.qml"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user