feat: add screenCorners enable flag via Modules config
This commit is contained in:
parent
5a4d5b3e27
commit
e1241b33d2
2 changed files with 8 additions and 2 deletions
|
|
@ -82,6 +82,9 @@ QtObject {
|
|||
property var privacy: ({
|
||||
enable: true
|
||||
})
|
||||
property var screenCorners: ({
|
||||
enable: true
|
||||
})
|
||||
property var power: ({
|
||||
enable: true
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue