1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-12 09:36:32 +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> <HelpText>Loads the last open creation when app starts</HelpText>
<Divider /> <Divider />
<CheckboxSetting <CheckboxSetting
label="Fast/light version" label="Fast/light-weight version"
pref={prefs.lightVersion} pref={prefs.lightVersion}
onChange={e => this.updateSetting(e, 'lightVersion')} onChange={e => this.updateSetting(e, 'lightVersion')}
/> />