Add show talker

This commit is contained in:
Daniel Ponte 2025-02-26 12:59:27 -05:00
parent 0040883875
commit 4f3f003b6a

View file

@ -260,6 +260,13 @@ export class CallsComponent {
} }
}), }),
); );
this.subscriptions.add(
this.prefsSvc.get('calls.view.showSourceAlias').subscribe((v) => {
if (v != true) {
this.columns = this.columns.filter((e) => e != 'talker');
}
}),
);
this.subscriptions.add( this.subscriptions.add(
this.fetchCalls this.fetchCalls
.pipe( .pipe(