From b8548f2b5fc379e1b882207bc80ec3157538c14e Mon Sep 17 00:00:00 2001 From: TheGoddessInari Date: Mon, 27 Aug 2018 22:24:57 -0700 Subject: [PATCH] Fix FileBackup function typo. Backup now works from the button. --- app/ux/FileBackup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ux/FileBackup.js b/app/ux/FileBackup.js index 52d6150c..0b5c9286 100644 --- a/app/ux/FileBackup.js +++ b/app/ux/FileBackup.js @@ -9,7 +9,7 @@ const myDefaultPath = userPath + path.sep + defaultFileName; Ext.define('Rambox.ux.FileBackup', { singleton: true, - BackupConfiguration: function (callback) { + backupConfiguration: function (callback) { var me = this; let services = []; Ext.getStore('Services').each(function(service) {