From f5c811ddb7b818e09361ea728392d2b5a80f6736 Mon Sep 17 00:00:00 2001 From: Jack-Myth Date: Sat, 23 Nov 2019 19:08:09 +0800 Subject: [PATCH] Fix HiddenGame page disappeared issue --- resource/menus/steam.menu | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resource/menus/steam.menu b/resource/menus/steam.menu index 8647a6e..c411baf 100644 --- a/resource/menus/steam.menu +++ b/resource/menus/steam.menu @@ -22,6 +22,7 @@ MiniMode { text="#steam_menu_minimode" shellcmd="steam://open/minigameslist" } LargeMode { text="#steam_menu_largemode" shellcmd="steam://open/largegameslist" } + Hidden { text="#steam_menu_hidden_games" shellcmd="steam://nav/library/collection/hidden" } StartVR { text="#steam_menu_startvr" shellcmd="steam://run/250820" } ExitVR { text="#steam_menu_exitvr" command="exitvr" } BigPictureMode { text="#steam_menu_bigpicturemode" shellcmd="steam://open/bigpicture" } @@ -40,6 +41,7 @@ Divider {} CheckForUpdates { text="#steam_menu_checkforupdates" command="CheckForUpdates" } + NewForYou { text="#SteamUI_GameProperties_UpdateNews" shellcmd="steam://open/newforyou" } Settings { text="#steam_menu_settings" command="Settings" } Restart { text="#Steam_MustRestart_Button" command="RestartSteam" } Exit { text="#Steam_ExitSteam" command="Exit" }