1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

Add hide option for updater widget (#1028)

This commit is contained in:
Pi Home Server
2025-12-14 21:55:47 +01:00
committed by GitHub
parent 3bbc78a44f
commit 00d12acd5e
4 changed files with 14 additions and 0 deletions

View File

@@ -352,6 +352,7 @@ Singleton {
property string customPowerActionReboot: ""
property string customPowerActionPowerOff: ""
property bool updaterHideWidget: false
property bool updaterUseCustomCommand: false
property string updaterCustomCommand: ""
property string updaterTerminalAdditionalParams: ""

View File

@@ -250,6 +250,7 @@ var SPEC = {
customPowerActionReboot: { def: "" },
customPowerActionPowerOff: { def: "" },
updaterHideWidget: { def: false },
updaterUseCustomCommand: { def: false },
updaterCustomCommand: { def: "" },
updaterTerminalAdditionalParams: { def: "" },