fix: serve UI through desktop tunnels
Fixes headless page appearing when opening tunneled desktop URLs Keeps packaged desktop UI while allowing HTTP tunnel access
This commit is contained in:
@@ -1065,7 +1065,7 @@ const spawnLocalServer = async () => {
|
||||
uiPassword: desktopUiPassword || null,
|
||||
attachSignals: false,
|
||||
exitOnShutdown: false,
|
||||
apiOnly: shouldUsePackagedUi() && !lanAccessEnabled,
|
||||
apiOnly: false,
|
||||
onDesktopNotification: (payload) => maybeShowNativeNotification(payload),
|
||||
getIsWindowFocused: isAnyWindowFocused,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user