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