mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-12 09:36:32 +02:00
copy
This commit is contained in:
@ -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')}
|
||||||
/>
|
/>
|
||||||
|
Reference in New Issue
Block a user