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