mirror of
https://github.com/robweber/xbmcbackup.git
synced 2025-11-07 20:48:26 +01:00
completely changed this class, default no longer matters. Just restore settings that differ from current, ignore default flags closes #154
This commit is contained in:
@@ -323,7 +323,7 @@ class XbmcBackup:
|
||||
|
||||
|
||||
#update the guisettings information (or what we can from it)
|
||||
gui_settings = GuiSettingsManager('special://home/userdata/guisettings.xml')
|
||||
gui_settings = GuiSettingsManager()
|
||||
gui_settings.run()
|
||||
|
||||
#call update addons to refresh everything
|
||||
|
||||
Reference in New Issue
Block a user