added "pkg_auto_update_on_execute" setting

This commit is contained in:
SrGooglo 2024-01-25 23:17:56 +01:00
parent 6d38fd8cbc
commit ffd60e172e

View File

@ -45,5 +45,14 @@ export default [
}
},
storaged: false
},
{
id: "pkg_auto_update_on_execute",
name: "Packages auto update",
description: "If a update is available, automatically update the app when it is executed.",
icon: "MdUpdate",
type: "switch",
storaged: true,
defaultValue: false
}
]