1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-04-22 11:44:28 +02:00
This commit is contained in:
Kushagra Gour 2024-05-08 10:49:21 +05:30
parent ed698752f0
commit b4d5e51e4b

View File

@ -41,7 +41,7 @@ export default class Settings extends Component {
<HelpText>Loads the last open creation when app starts</HelpText>
<Divider />
<CheckboxSetting
label="Fast/light version"
label="Fast/light-weight version"
pref={prefs.lightVersion}
onChange={e => this.updateSetting(e, 'lightVersion')}
/>