mirror of
https://github.com/mue/mue.git
synced 2026-07-24 01:07:23 +02:00
fix: welcome import, widget zoom
This commit is contained in:
@@ -277,7 +277,12 @@ class QuoteOptions extends PureComponent {
|
||||
</Row>
|
||||
)}
|
||||
{!this.state.sourceSection && (
|
||||
<PreferencesWrapper setting="quote" zoomSetting="zoomQuote" visibilityToggle={true}>
|
||||
<PreferencesWrapper
|
||||
setting="quote"
|
||||
zoomSetting="zoomQuote"
|
||||
category="quote"
|
||||
visibilityToggle={true}
|
||||
>
|
||||
<Section
|
||||
icon={<MdSource />}
|
||||
title={variables.getMessage('modals.main.settings.sections.background.source.title')}
|
||||
|
||||
Reference in New Issue
Block a user