mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 23:21:57 +00:00
Fix: wrong condition on show select folder
This commit is contained in:
@@ -327,7 +327,7 @@ const FilePicker: FunctionComponent<FilePickerProps> = ({
|
|||||||
</Focusable>
|
</Focusable>
|
||||||
</DialogControlsSection>
|
</DialogControlsSection>
|
||||||
</DialogBody>
|
</DialogBody>
|
||||||
{!loading && !error && !includeFiles && (
|
{!loading && error === FileErrorTypes.None && !includeFiles && (
|
||||||
<DialogFooter>
|
<DialogFooter>
|
||||||
<DialogButton
|
<DialogButton
|
||||||
className="Primary"
|
className="Primary"
|
||||||
|
|||||||
Reference in New Issue
Block a user