ui: Added "Skip this Version" option to update dialog

This commit is contained in:
Eberhard Graether
2017-09-05 23:26:34 +02:00
parent 48f5180605
commit fc87d2e1aa
6 changed files with 96 additions and 57 deletions
@@ -6,6 +6,7 @@
<!-- STRING: string e.g hello -->
<!-- UUID: string e.g. 00000000-0000-0000-0000-000000000000 -->
<!-- TIME: string in format "%Y-%m-%d %H:%M:%S" -->
<!-- VERSION: string in format "yyyy.x.z" -->
<config>
<version><!-- INTEGER: Version number --></version>
@@ -84,6 +85,7 @@
<update_check>
<automatic><!-- BOOL: whether to check automatically for new software updates --></automatic>
<time_stamp><!-- TIME: time of the last update check --></time_stamp>
<skip_version><!-- VERSION: version to skip for update --></skip_version>
</update_check>
</user>