Tired
This commit is contained in:
@ -30,10 +30,18 @@ export class UIState {
|
||||
this.scopePopupVisible = true;
|
||||
}
|
||||
|
||||
toggleScope() {
|
||||
this.scopePopupVisible = !this.scopePopupVisible;
|
||||
}
|
||||
|
||||
openSpectrogram() {
|
||||
this.spectrogramPopupVisible = true;
|
||||
}
|
||||
|
||||
toggleSpectrogram() {
|
||||
this.spectrogramPopupVisible = !this.spectrogramPopupVisible;
|
||||
}
|
||||
|
||||
showShare(url: string) {
|
||||
this.shareUrl = url;
|
||||
this.sharePopupVisible = true;
|
||||
|
||||
Reference in New Issue
Block a user