From 5fb3cedb4a7a75b2cdfdb435d6f3ee2d69480f78 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Wed, 22 Dec 2021 17:32:14 +0200 Subject: [PATCH] Fixed #587 --- ExplorerPatcher/symbols.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ExplorerPatcher/symbols.c b/ExplorerPatcher/symbols.c index cd72022..f49143b 100644 --- a/ExplorerPatcher/symbols.c +++ b/ExplorerPatcher/symbols.c @@ -8,7 +8,8 @@ const char* twinui_pcshell_SN[TWINUI_PCSHELL_SB_CNT] = { TWINUI_PCSHELL_SB_4, TWINUI_PCSHELL_SB_5, TWINUI_PCSHELL_SB_6, - TWINUI_PCSHELL_SB_7 + TWINUI_PCSHELL_SB_7, + TWINUI_PCSHELL_SB_8 }; const char* startdocked_SN[STARTDOCKED_SB_CNT] = { STARTDOCKED_SB_0,