fix: disable change path button when downloading is starting

This commit is contained in:
Hydra 2024-04-21 22:59:03 -03:00 committed by José Luís
parent 37e9ea71c6
commit f0bffaa72d

View File

@ -89,6 +89,7 @@ export function SelectFolderModal({
style={{ alignSelf: "flex-end" }}
theme="outline"
onClick={handleChooseDownloadsPath}
disabled={downloadStarting}
>
{t("change")}
</Button>