Fix history view

This commit is contained in:
Andras Schmelczer 2025-03-23 15:00:20 +00:00
parent 58a61d036b
commit 468d0ac8cf
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 77 additions and 45 deletions

View file

@ -149,8 +149,8 @@ export class SyncClient {
return this.syncService.checkConnection();
}
public getHistoryEntries(): HistoryEntry[] {
return this.history.getEntries();
public getHistoryEntries(): readonly HistoryEntry[] {
return this.history.entries;
}
public addSyncHistoryUpdateListener(