mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2025-12-24 01:19:40 +01:00
base implementation of backup restoring
This commit is contained in:
@@ -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 *********************#
|
||||
|
||||
|
||||
Reference in New Issue
Block a user