This commit is contained in:
diced
2025-11-14 23:52:10 -08:00
parent 3370d4b663
commit d49afe60c8

View File

@@ -232,7 +232,7 @@ export default function GeneratorButton({
{name === 'ShareX' && ( {name === 'ShareX' && (
<Switch <Switch
label='Xshare Compatibility' label='Xshare Compatibility'
description='If you choose to use the Xshare app on Android, enable this option for compatibility. The genereated config will not work with ShareX.' description='If you choose to use the Xshare app on Android, enable this option for compatibility. The generated config will not work with ShareX.'
checked={options.sharex_xshareCompatibility ?? false} checked={options.sharex_xshareCompatibility ?? false}
onChange={(event) => setOption({ sharex_xshareCompatibility: event.currentTarget.checked })} onChange={(event) => setOption({ sharex_xshareCompatibility: event.currentTarget.checked })}
disabled={!onlyFile} disabled={!onlyFile}