mirror of
https://github.com/vector-im/element-call.git
synced 2026-04-06 07:20:25 +00:00
make it also have the setting on (dont know if it otherwise immediately hides it again)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user