summaryrefslogtreecommitdiffhomepage
path: root/gui/src
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src')
-rw-r--r--gui/src/renderer/components/Switch.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/src/renderer/components/Switch.tsx b/gui/src/renderer/components/Switch.tsx
index c2b6cef1d9..f04ac91d39 100644
--- a/gui/src/renderer/components/Switch.tsx
+++ b/gui/src/renderer/components/Switch.tsx
@@ -83,6 +83,7 @@ export default class Switch extends React.PureComponent<IProps, IState> {
ref={this.containerRef}
onClick={this.handleClick}
disabled={this.props.disabled ?? false}
+ aria-disabled={this.props.disabled ?? false}
className={this.props.className}>
<Knob
disabled={this.props.disabled ?? false}