Skip to content

Commit

Permalink
make it also have the setting on (dont know if it otherwise immediate…
Browse files Browse the repository at this point in the history
…ly hides it again)
  • Loading branch information
toger5 committed May 23, 2024
1 parent 2878ea5 commit 41e3e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/useSetting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit 41e3e21

Please sign in to comment.