- Device and vault name is now not stored in the data.json.
You can synchronize LiveSync's configuration!
This commit is contained in:
vorotamoroz
2022-02-18 20:10:43 +09:00
parent 43fba807c3
commit 31ab0e90f6
6 changed files with 26 additions and 13 deletions
+1 -1
View File
@@ -56,7 +56,7 @@
$: {
deviceAndPlugins = {};
for (const p of plugins) {
if (p.deviceVaultName == plugin.settings.deviceAndVaultName && !showOwnPlugins) {
if (p.deviceVaultName == plugin.deviceAndVaultName && !showOwnPlugins) {
continue;
}
if (!(p.deviceVaultName in deviceAndPlugins)) {