add password condition

This commit is contained in:
fyears 2022-02-26 00:35:52 +08:00
parent 7f899f7c25
commit 03be145376

View File

@ -196,7 +196,8 @@ export default class RemotelySavePlugin extends Plugin {
local,
metadataOnRemote.deletions,
localHistory,
client.serviceType
client.serviceType,
this.settings.password
);
log.info(plan.mixedStates); // for debugging
if (triggerSource !== "dry") {