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 828a353 commit fb31f06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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);
2 changes: 1 addition & 1 deletion test/__snapshots__/Toast-test.tsx.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`Toast renders 1`] = `
<button
Expand Down

0 comments on commit fb31f06

Please sign in to comment.