mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-04-15 13:38:33 +00:00
## 0.25.43-patched-8
This commit is contained in:
@@ -35,11 +35,11 @@ function removeFromList(item: string, list: string) {
|
||||
|
||||
export class P2PReplicatorPaneView extends SvelteItemView {
|
||||
plugin: ObsidianLiveSyncPlugin;
|
||||
icon = "waypoints";
|
||||
override icon = "waypoints";
|
||||
title: string = "";
|
||||
navigation = false;
|
||||
override navigation = false;
|
||||
|
||||
getIcon(): string {
|
||||
override getIcon(): string {
|
||||
return "waypoints";
|
||||
}
|
||||
get replicator() {
|
||||
|
||||
Reference in New Issue
Block a user