diff --git a/README.md b/README.md index 2890bafa..0685d9ab 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ - add support for accepted follow request notifications - add option to prevent page from getting pushed when making a new post with streaming api enabled (similar to 3rd "for unreads" option) - add link on user card to open profiles in iceshrimp-fe +- add option to open conversation view by clicking empty space in posts - add a script to download ruffle for flash support (requires python3 and requests library) - download by entering `tools/` and running `python3 download_ruffle.py` diff --git a/src/components/settings_modal/tabs/general_tab.vue b/src/components/settings_modal/tabs/general_tab.vue index 8b7fa9e4..e7fea7fb 100644 --- a/src/components/settings_modal/tabs/general_tab.vue +++ b/src/components/settings_modal/tabs/general_tab.vue @@ -495,6 +495,14 @@ {{ $t('settings.no_rich_text_description') }} +
  • + + {{ $t('settings.click_empty_to_open_conversation') }} + +
  • {{ $t('settings.attachments') }}