mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 21:44:55 +03:00
fix: disable change path button when downloading is starting
This commit is contained in:
parent
d488a9858d
commit
0f60f5ca83
@ -89,6 +89,7 @@ export function SelectFolderModal({
|
||||
style={{ alignSelf: "flex-end" }}
|
||||
theme="outline"
|
||||
onClick={handleChooseDownloadsPath}
|
||||
disabled={downloadStarting}
|
||||
>
|
||||
{t("change")}
|
||||
</Button>
|
||||
|
Loading…
Reference in New Issue
Block a user