Add background update checks with configurable interval
This commit is contained in:
@@ -61,6 +61,17 @@
|
||||
<summary>Auto check updates</summary>
|
||||
<description>Automatically check for AppImage updates periodically.</description>
|
||||
</key>
|
||||
<key name="update-check-interval-hours" type="i">
|
||||
<range min="1" max="168"/>
|
||||
<default>24</default>
|
||||
<summary>Update check interval</summary>
|
||||
<description>Hours between automatic update checks.</description>
|
||||
</key>
|
||||
<key name="last-update-check" type="s">
|
||||
<default>''</default>
|
||||
<summary>Last update check timestamp</summary>
|
||||
<description>ISO timestamp of the last automatic update check.</description>
|
||||
</key>
|
||||
<key name="auto-integrate" type="b">
|
||||
<default>false</default>
|
||||
<summary>Auto integrate</summary>
|
||||
|
||||
Reference in New Issue
Block a user