Merge pull request #1298 from vector-im/SimonBrandner/fix/settings-devices

This commit is contained in:
Šimon Brandner
2023-07-24 16:03:09 +02:00
committed by GitHub

View File

@@ -262,7 +262,7 @@ export const SettingsModal = (props: Props) => {
);
const tabs: JSX.Element[] = [];
tabs.push(audioTab, videoTab);
if (devices) tabs.push(audioTab, videoTab);
if (!isEmbedded) tabs.push(profileTab);
tabs.push(feedbackTab, moreTab);
if (developerSettingsTab) tabs.push(developerTab);