mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-05-13 11:01:16 +00:00
## 0.25.43-patched-8
This commit is contained in:
@@ -16,11 +16,11 @@ export class GlobalHistoryView extends SvelteItemView {
|
||||
}
|
||||
|
||||
plugin: ObsidianLiveSyncPlugin;
|
||||
icon = "clock";
|
||||
override icon = "clock";
|
||||
title: string = "";
|
||||
navigation = true;
|
||||
override navigation = true;
|
||||
|
||||
getIcon(): string {
|
||||
override getIcon(): string {
|
||||
return "clock";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user