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