mirror of
https://github.com/robweber/xbmcbackup.git
synced 2025-08-07 07:35:48 +02:00
start of #132
This commit is contained in:
@@ -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):
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user