mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-09-26 12:37:07 +00:00
Fixed:
- Device and vault name is now not stored in the data.json. You can synchronize LiveSync's configuration!
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user