|
|
@@ -382,7 +382,8 @@ function DesktopRoot(props: { windowState: DesktopWindowState }) {
|
|
|
function App() {
|
|
|
const wslServers = useWslServers()
|
|
|
const ready = createMemo(
|
|
|
- () => !defaultServer.loading && !sidecar.loading && !windowCount.loading && !locale.loading,
|
|
|
+ () =>
|
|
|
+ !defaultServer.loading && !sidecar.loading && !windowCount.loading && !locale.loading && !wslServers.isLoading,
|
|
|
)
|
|
|
const servers = createMemo(() => {
|
|
|
const data = initializationData(sidecar)
|