make it also have the setting on (dont know if it otherwise immediately hides it again)

This commit is contained in:
Timo
2024-05-23 16:19:03 +02:00
parent 2878ea53ae
commit 41e3e21d97

View File

@@ -103,4 +103,4 @@ export const useAudioOutput = (): Setting<string | undefined> =>
export const useVideoInput = (): Setting<string | undefined> =>
useSetting<string | undefined>("video-input", undefined);
export const useShowInlineWebConsole = (): Setting<boolean> =>
useSetting<boolean>("show-web-console", false);
useSetting<boolean>("show-web-console", true);