Update MenuState.ts: close on back button

This commit is contained in:
Pieter Vander Vennet 2024-08-31 15:36:52 +02:00 committed by GitHub
parent 5fb920a4a0
commit d13d58aef2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ export class MenuState {
public static readonly pageNames = [
"copyright", "copyright_icons", "community_index", "hotkeys",
"privacy", "filter", "background", "about_theme", "download", "favourites",
"usersettings", "share"
"usersettings", "share", "menu"
] as const
public readonly menuIsOpened = new UIEventSource(false)