Enhance P2P synchronization features and UI improvements

This commit is contained in:
vorotamoroz
2026-05-16 23:50:08 +09:00
parent f0628a0d2c
commit 9a90256a8a
7 changed files with 122 additions and 26 deletions

View File

@@ -36,6 +36,7 @@ export class P2PServerStatusPaneView extends SvelteItemView {
target,
props: {
liveSyncReplicator: this._p2pResult.replicator,
core: this.core,
},
});
}