mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-28 21:31:03 +00:00
feat: disabling button when installing
This commit is contained in:
@@ -236,7 +236,7 @@ export function SettingsGeneral() {
|
|||||||
<Button
|
<Button
|
||||||
onClick={handleInstallCommonRedist}
|
onClick={handleInstallCommonRedist}
|
||||||
className="settings-general__common-redist-button"
|
className="settings-general__common-redist-button"
|
||||||
disabled={!canInstallCommonRedist}
|
disabled={!canInstallCommonRedist || installingCommonRedist}
|
||||||
>
|
>
|
||||||
<DesktopDownloadIcon />
|
<DesktopDownloadIcon />
|
||||||
{installingCommonRedist
|
{installingCommonRedist
|
||||||
|
|||||||
Reference in New Issue
Block a user