base implementation of backup restoring

This commit is contained in:
DYefremov
2018-12-21 00:48:45 +03:00
parent 3ae1901757
commit 300ea3b6d9
3 changed files with 58 additions and 25 deletions

View File

@@ -1254,7 +1254,9 @@ class Application(Gtk.Application):
def on_backup_tool_show(self, item):
""" Shows backup tool dialog """
BackupDialog(self._main_window, self._options.get(self._profile).get("data_dir_path", "") + "backup/").show()
BackupDialog(self._main_window,
self._options.get(self._profile).get("data_dir_path", ""),
self.open_data).show()
# ***************** Player *********************#