mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 16:59:41 +00:00
Add a glitch-soc local setting to make the post publish toast optional (#2666)
This commit is contained in:
@@ -224,6 +224,14 @@ class LocalSettingsPage extends PureComponent {
|
||||
>
|
||||
<FormattedMessage id='settings.show_content_type_choice' defaultMessage='Show content-type choice when authoring toots' />
|
||||
</LocalSettingsPageItem>
|
||||
<LocalSettingsPageItem
|
||||
settings={settings}
|
||||
item={['show_published_toast']}
|
||||
id='mastodon-settings--show_published_toast'
|
||||
onChange={onChange}
|
||||
>
|
||||
<FormattedMessage id='settings.show_published_toast' defaultMessage='Display toast when publishing/saving a post' />
|
||||
</LocalSettingsPageItem>
|
||||
<LocalSettingsPageItem
|
||||
settings={settings}
|
||||
item={['side_arm']}
|
||||
|
||||
Reference in New Issue
Block a user