Skip to content

Commit 1071242

Browse files
committed
[Desktop] Fix Server-Config panel does not load (#3743)
1 parent 869f500 commit 1071242

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/composables/setting/useSettingUI.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ export function useSettingUI(
132132
creditsPanel,
133133
userPanel,
134134
keybindingPanel,
135-
extensionPanel
135+
extensionPanel,
136+
...(isElectron() ? [serverConfigPanel] : [])
136137
].filter((panel) => panel.component)
137138
)
138139

0 commit comments

Comments
 (0)