This commit is contained in:
Rob Weber
2018-01-23 08:17:02 -06:00
parent adbf225ea2
commit b6e57b04b1
3 changed files with 12 additions and 0 deletions

View File

@@ -174,5 +174,13 @@ class AdvancedBackupEditor:
if(self.dialog.yesno(heading=utils.getString(30127),line1=utils.getString(30128))):
#delete this path - subtract one because of "add" item
customPaths.deleteSet(exitCondition -1)
def copySimpleConfig(self):
#disclaimer in case the user hit this on accident
shouldContinue = self.dialog.yesno('Copy Config','This will copy the current Simple file selection to the Advanced Editor','This will erase any current Advanced Editor settings')
if(shouldContinue):