mirror of
https://github.com/ragestudio/relic.git
synced 2025-06-09 10:34:18 +00:00
added "pkg_auto_update_on_execute" setting
This commit is contained in:
parent
6d38fd8cbc
commit
ffd60e172e
@ -45,5 +45,14 @@ export default [
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
storaged: false
|
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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user