mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-27 15:44:27 +02:00
🗃️ Adds appConfig.disableUpdateChecks to schema
This commit is contained in:
parent
7db441b493
commit
5a4c23ccc5
@ -244,6 +244,11 @@
|
|||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": false,
|
"default": false,
|
||||||
"description": "If set to true, custom right-click context menu will be disabled"
|
"description": "If set to true, custom right-click context menu will be disabled"
|
||||||
|
},
|
||||||
|
"disableUpdateChecks": {
|
||||||
|
"type": "boolean",
|
||||||
|
"default": false,
|
||||||
|
"description": "Prevents Dashy from checking for updates"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user