[Desktop] Fix Server-Config panel does not load (#3743)

This commit is contained in:
filtered
2025-05-04 05:13:04 +10:00
parent 869f500d4e
commit 1071242359

View File

@@ -132,7 +132,8 @@ export function useSettingUI(
creditsPanel, creditsPanel,
userPanel, userPanel,
keybindingPanel, keybindingPanel,
extensionPanel extensionPanel,
...(isElectron() ? [serverConfigPanel] : [])
].filter((panel) => panel.component) ].filter((panel) => panel.component)
) )