feat: add mute hashtag option

Fixes https://github.com/LucasGGamerM/moshidon/issues/260, by opening the create filter page
This commit is contained in:
FineFindus
2023-09-24 12:33:17 +02:00
parent 4b79d35854
commit f293619189
3 changed files with 21 additions and 0 deletions

View File

@@ -10,4 +10,8 @@
android:icon="@drawable/ic_fluent_person_add_24_regular"
android:showAsAction="always"
android:title="@string/button_follow"/>
<item
android:id="@+id/mute_hashtag"
android:icon="@drawable/ic_fluent_speaker_mute_24_regular"
android:title="@string/mo_mute_hashtag"/>
</menu>

View File

@@ -106,4 +106,7 @@
<string name="mo_confirm_unfollow">Confirm to unfollow %s</string>
<string name="mo_recent_emoji_cleared">Recent emoji cleared</string>
<string name="mo_show_media_preview">Show media preview in timelines</string>
<string name="mo_mute_hashtag">Mute Hashtag</string>
</resources>