mirror of https://github.com/keeweb/keeweb
better syntax
parent
feb44be9d0
commit
e092caa2ef
|
@ -18,7 +18,7 @@ const Updater = {
|
|||
MinUpdateSize: 10000,
|
||||
nextCheckTimeout: null,
|
||||
updateCheckDate: new Date(0),
|
||||
enabled: Launcher && Launcher.updaterEnabled(),
|
||||
enabled: Launcher?.updaterEnabled(),
|
||||
|
||||
getAutoUpdateType() {
|
||||
if (!this.enabled) {
|
||||
|
|
Loading…
Reference in New Issue