Rename heading from 'Generic Hardware Acceleration' to 'Generic Hardware Devices'

This commit is contained in:
GuoQing Liu 2026-04-29 04:11:35 +08:00 committed by GitHub
parent 9769e59e69
commit 25031618c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,7 @@ function HardwareCheckbox({
export default function HardwareOptions({ deviceId, hardwareEnabled, onToggle, isDisabled }: Props) { export default function HardwareOptions({ deviceId, hardwareEnabled, onToggle, isDisabled }: Props) {
return ( return (
<div className={styles.formSection}> <div className={styles.formSection}>
<h4>Generic Hardware Acceleration</h4> <h4>Generic Hardware Devices</h4>
{deviceId !== "stable" && ( {deviceId !== "stable" && (
<p className={styles.helpText}> <p className={styles.helpText}>
Some options have been auto-configured based on your device type. Some options have been auto-configured based on your device type.