desktop: temporarily disable wsl
This commit is contained in:
parent
6eb043aedb
commit
5aeb305344
2 changed files with 4 additions and 14 deletions
|
|
@ -431,7 +431,7 @@ export const SettingsGeneral: Component = () => {
|
|||
|
||||
<SoundsSection />
|
||||
|
||||
<Show when={platform.platform === "desktop" && platform.os === "windows" && platform.getWslEnabled}>
|
||||
{/*<Show when={platform.platform === "desktop" && platform.os === "windows" && platform.getWslEnabled}>
|
||||
{(_) => {
|
||||
const [enabledResource, actions] = createResource(() => platform.getWslEnabled?.())
|
||||
const enabled = () => (enabledResource.state === "pending" ? undefined : enabledResource.latest)
|
||||
|
|
@ -457,7 +457,7 @@ export const SettingsGeneral: Component = () => {
|
|||
</div>
|
||||
)
|
||||
}}
|
||||
</Show>
|
||||
</Show>*/}
|
||||
|
||||
<UpdatesSection />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue