>
<FormattedMessage id='settings.navbar_under' defaultMessage='Navbar at the bottom (Mobile only)' />
</LocalSettingsPageItem>
+ <LocalSettingsPageItem
+ settings={settings}
+ item={['favourite_modal']}
+ id='mastodon-settings--favourite_modal'
+ onChange={onChange}
+ >
+ <FormattedMessage id='settings.favourite_modal' defaultMessage='Show confirmation dialog before favouriting' />
+ </LocalSettingsPageItem>
+
<section>
<h2><FormattedMessage id='settings.compose_box_opts' defaultMessage='Compose box options' /></h2>
<LocalSettingsPageItem
layout: state.getIn(['local_settings', 'layout']),
isWide: state.getIn(['local_settings', 'stretch']),
navbarUnder: state.getIn(['local_settings', 'navbar_under']),
+ favouriteModal: state.getIn(['local_settings', 'favourite_modal']),
});
const keyMap = {
isWide: PropTypes.bool,
systemFontUi: PropTypes.bool,
navbarUnder: PropTypes.bool,
+ favouriteModal: PropTypes.bool,
isComposing: PropTypes.bool,
hasComposingText: PropTypes.bool,
location: PropTypes.object,
layout : 'auto',
stretch : true,
navbar_under : false,
+ favourite_modal : false,
side_arm : 'none',
collapsed : ImmutableMap({
enabled : true,
"status.collapse": "Collapse",
"status.uncollapse": "Uncollapse",
+ "favourite_modal.combo": "You can press {combo} to skip this next time",
+
"home.column_settings.show_direct": "Show DMs",
"notification.markForDeletion": "Mark for deletion",
"account.unmute_notifications": "Unmute notifications from @{name}",
"account.view_full_profile": "View full profile",
"boost_modal.combo": "You can press {combo} to skip this next time",
- "favourite_modal.combo": "You can press {combo} to skip this next time",
"bundle_column_error.body": "Something went wrong while loading this component.",
"bundle_column_error.retry": "Try again",
"bundle_column_error.title": "Network error",
"home.settings": "Column settings",
"keyboard_shortcuts.back": "to navigate back",
"keyboard_shortcuts.boost": "to boost",
- "keyboard_shortcuts.favourite": "to favourite",
"keyboard_shortcuts.column": "to focus a status in one of the columns",
"keyboard_shortcuts.compose": "to focus the compose textarea",
"keyboard_shortcuts.description": "Description",