chore: generate
This commit is contained in:
parent
2039c90c06
commit
d4ad650f73
4 changed files with 16 additions and 20 deletions
|
|
@ -369,8 +369,7 @@ function DesktopRoot(props: { windowState: DesktopWindowState }) {
|
|||
function App() {
|
||||
const wslServers = useWslServers()
|
||||
const ready = createMemo(
|
||||
() =>
|
||||
!defaultServer.loading && !sidecar.loading && !locale.loading && !wslServers.isLoading,
|
||||
() => !defaultServer.loading && !sidecar.loading && !locale.loading && !wslServers.isLoading,
|
||||
)
|
||||
const servers = createMemo(() => {
|
||||
const data = initializationData(sidecar)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue