Update HotkeySettings visibility based on window width
This commit is contained in:
@@ -196,7 +196,7 @@
|
||||
<PromptSettings onGoBack={() => {
|
||||
$SettingsMenuIndex = 1
|
||||
}}/>
|
||||
{:else if $SettingsMenuIndex === 15}
|
||||
{:else if $SettingsMenuIndex === 15 && window.innerWidth >= 768}
|
||||
<HotkeySettings/>
|
||||
{:else if $SettingsMenuIndex === 77}
|
||||
<ThanksPage/>
|
||||
|
||||
Reference in New Issue
Block a user