Работа над BookUpdateChecker
This commit is contained in:
@@ -66,9 +66,16 @@ module.exports = {
|
||||
remoteStorage: false,
|
||||
/*
|
||||
remoteStorage: {
|
||||
url: 'https://127.0.0.1:11900',
|
||||
url: 'wss://127.0.0.1:11900',
|
||||
accessToken: '',
|
||||
},
|
||||
*/
|
||||
bucEnabled: false,
|
||||
bucServer: false,
|
||||
/*
|
||||
bucServer: {
|
||||
url: 'wss://127.0.0.1:33443',
|
||||
}
|
||||
*/
|
||||
};
|
||||
|
||||
|
||||
@@ -10,7 +10,9 @@ const propsToSave = [
|
||||
'useExternalBookConverter',
|
||||
|
||||
'servers',
|
||||
'remoteWebDavStorage',
|
||||
'remoteStorage',
|
||||
'bucEnabled',
|
||||
'bucServer',
|
||||
];
|
||||
|
||||
let instance = null;
|
||||
|
||||
Reference in New Issue
Block a user