mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 15:41:58 +00:00
Fix loader on feb 22 2023 beta
This commit is contained in:
@@ -52,7 +52,7 @@ export default function DeveloperSettings() {
|
||||
>
|
||||
<Toggle
|
||||
value={reactDevtoolsEnabled}
|
||||
disabled={reactDevtoolsIP == ''}
|
||||
// disabled={reactDevtoolsIP == ''}
|
||||
onChange={(toggleValue) => {
|
||||
setReactDevtoolsEnabled(toggleValue);
|
||||
setShouldConnectToReactDevTools(toggleValue);
|
||||
|
||||
Reference in New Issue
Block a user