We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f97e5e5 + 2a998d9 commit f02768aCopy full SHA for f02768a
1 file changed
packages/desktop/src/renderer/index.tsx
@@ -382,7 +382,8 @@ function DesktopRoot(props: { windowState: DesktopWindowState }) {
382
function App() {
383
const wslServers = useWslServers()
384
const ready = createMemo(
385
- () => !defaultServer.loading && !sidecar.loading && !windowCount.loading && !locale.loading,
+ () =>
386
+ !defaultServer.loading && !sidecar.loading && !windowCount.loading && !locale.loading && !wslServers.isLoading,
387
)
388
const servers = createMemo(() => {
389
const data = initializationData(sidecar)
0 commit comments