mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 12:25:48 +01:00
updated breaking change dialog (onetime)
This commit is contained in:
parent
1d3b2f58ab
commit
138f910d07
@ -518,7 +518,7 @@ msgid "Choose Sets to Restore"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgctxt "#30132"
|
msgctxt "#30132"
|
||||||
msgid "Version 1.1.4 requires you to setup your file selections again - this is a breaking change"
|
msgid "Version 1.5.0 requires you to setup your file selections again - this is a breaking change"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgctxt "#30133"
|
msgctxt "#30133"
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<setting id="compress_backups" type="bool" label="30087" default="false" />
|
<setting id="compress_backups" type="bool" label="30087" default="false" />
|
||||||
<setting id="backup_rotation" type="number" label="30026" default="0" />
|
<setting id="backup_rotation" type="number" label="30026" default="0" />
|
||||||
<setting id="progress_mode" type="enum" label="30022" lvalues="30082|30083|30084" default="0" />
|
<setting id="progress_mode" type="enum" label="30022" lvalues="30082|30083|30084" default="0" />
|
||||||
<setting id="upgrade_notes" type="number" label="upgrade_notes" visible="false" default="0" />
|
<setting id="upgrade_notes" type="number" label="upgrade_notes" visible="false" default="1" />
|
||||||
</category>
|
</category>
|
||||||
<category id="backup_path" label="30048">
|
<category id="backup_path" label="30048">
|
||||||
<setting id="remote_selection" type="enum" lvalues="30018|30019|30027|30098" default="0" label="30025"/>
|
<setting id="remote_selection" type="enum" lvalues="30018|30019|30027|30098" default="0" label="30025"/>
|
||||||
|
@ -7,7 +7,7 @@ import resources.lib.utils as utils
|
|||||||
from resources.lib.croniter import croniter
|
from resources.lib.croniter import croniter
|
||||||
from resources.lib.backup import XbmcBackup
|
from resources.lib.backup import XbmcBackup
|
||||||
|
|
||||||
UPGRADE_INT = 1 #to keep track of any upgrade notifications
|
UPGRADE_INT = 2 #to keep track of any upgrade notifications
|
||||||
|
|
||||||
class BackupScheduler:
|
class BackupScheduler:
|
||||||
monitor = None
|
monitor = None
|
||||||
|
Loading…
Reference in New Issue
Block a user