Change closing order of panels

This commit is contained in:
Pieter Vander Vennet 2024-05-28 00:35:07 +02:00
parent e28f4aeaf7
commit 872db2b679

View file

@ -105,6 +105,11 @@ export class MenuState {
name: "privacy",
showOverOthers: true,
},
{
toggle: this.communityIndexPanelIsOpened,
name: "community",
showOverOthers: true,
},
{
toggle: this.menuIsOpened,
name: "menu",
@ -120,11 +125,6 @@ export class MenuState {
name: "background",
showOverOthers: true,
},
{
toggle: this.communityIndexPanelIsOpened,
name: "community",
showOverOthers: true,
},
{
toggle: this.filtersPanelIsOpened,
name: "filters",