add per-applet toggle options for lock screen widgets
This commit is contained in:
parent
8f66d67029
commit
74967d798c
4 changed files with 19 additions and 4 deletions
|
|
@ -93,7 +93,9 @@ QtObject {
|
|||
enable: true
|
||||
})
|
||||
property var lock: ({
|
||||
enable: true
|
||||
enable: true,
|
||||
mpris: true,
|
||||
volume: true
|
||||
})
|
||||
property var statsDaemon: ({
|
||||
interval: -1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue