This commit is contained in:
Andras Schmelczer 2025-01-04 15:16:44 +00:00
parent 0e45b5da61
commit e14fe4240e
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 6 additions and 3 deletions

View file

@ -125,7 +125,10 @@ export default class VaultLinkPlugin extends Plugin {
HistoryView.TYPE,
(leaf) => new HistoryView(leaf, database, this.history)
);
this.registerView(LogsView.TYPE, (leaf) => new LogsView(this, leaf));
this.registerView(
LogsView.TYPE,
(leaf) => new LogsView(this, database, leaf)
);
this.addRibbonIcon(
HistoryView.ICON,