Rework copyright panel, fix filter view toggle

This commit is contained in:
Pieter Vander Vennet 2021-10-30 01:55:32 +02:00
parent 6c39f563b6
commit 64adf13d42
10 changed files with 120 additions and 22 deletions

View file

@ -65,7 +65,7 @@ export class DefaultGuiState {
if(Hash.hash.data === "download"){
this.downloadControlIsOpened.setData(true)
}
if(Hash.hash.data === "filter"){
if(Hash.hash.data === "filters"){
this.filterViewIsOpened.setData(true)
}
if(Hash.hash.data === "copyright"){