Browse Source

Fix FileBackup function typo. Backup now works from the button.

pull/3202/head
TheGoddessInari 7 years ago
parent
commit
b8548f2b5f
No known key found for this signature in database
GPG Key ID: 1209B1B7632D69A
  1. 2
      app/ux/FileBackup.js

2
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) {

Loading…
Cancel
Save