revert Bookmark button
This commit is contained in:
Gitea Hub 2023-07-14 02:01:18 +00:00
parent 5a8638b33c
commit c58bdc0628
4 changed files with 0 additions and 7 deletions

View file

@ -30,7 +30,6 @@ const defaultSettings = ImmutableMap({
reduceMotion: false,
underlineLinks: false,
autoPlayGif: true,
showBookmarkButton: true,
displayMedia: 'default',
expandSpoilers: false,
unfollowModal: false,

View file

@ -9,7 +9,6 @@ import { directCompose, mentionCompose, quoteCompose, replyCompose } from 'soapb
import { editEvent } from 'soapbox/actions/events';
import { pinToGroup, toggleBookmark, toggleDislike, toggleFavourite, togglePin, toggleReblog, unpinFromGroup } from 'soapbox/actions/interactions';
import { openModal } from 'soapbox/actions/modals';
import { getSettings } from 'soapbox/actions/settings';
import { deleteStatusModal, toggleStatusSensitivityModal } from 'soapbox/actions/moderation';
import { initMuteModal } from 'soapbox/actions/mutes';
import { initReport, ReportableEntities } from 'soapbox/actions/reports';

View file

@ -179,10 +179,6 @@ const Preferences = () => {
<ListItem label={<FormattedMessage id='preferences.fields.delete_modal_label' defaultMessage='Show confirmation dialog before deleting a post' />}>
<SettingToggle settings={settings} settingPath={['deleteModal']} onChange={onToggleChange} />
</ListItem>
<ListItem label={<FormattedMessage id='preferences.fields.show_bookmark_button_label' defaultMessage='Show bookmark button on status' />}>
<SettingToggle settings={settings} settingPath={['showBookmarkButton']} onChange={onToggleChange} />
</ListItem>
</List>
<List>

View file

@ -1180,7 +1180,6 @@
"poll_button.add_poll": "Add a poll",
"poll_button.remove_poll": "Remove poll",
"preferences.fields.auto_play_gif_label": "Auto-play animated GIFs",
"preferences.fields.show_bookmark_button_label": "Show bookmark button on status",
"preferences.fields.auto_play_video_label": "Auto-play videos",
"preferences.fields.autoload_more_label": "Automatically load more items when scrolled to the bottom of the page",
"preferences.fields.autoload_timelines_label": "Automatically load new posts when scrolled to the top of the page",