mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-13 11:42:10 +00:00
fix: disable change path button when downloading is starting
This commit is contained in:
parent
62c92c6253
commit
aadea11f28
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ export function SelectFolderModal({
|
||||||
style={{ alignSelf: "flex-end" }}
|
style={{ alignSelf: "flex-end" }}
|
||||||
theme="outline"
|
theme="outline"
|
||||||
onClick={handleChooseDownloadsPath}
|
onClick={handleChooseDownloadsPath}
|
||||||
|
disabled={downloadStarting}
|
||||||
>
|
>
|
||||||
{t("change")}
|
{t("change")}
|
||||||
</Button>
|
</Button>
|
||||||
|
|
Loading…
Reference in a new issue