feat: add mute hashtag option
Fixes https://github.com/LucasGGamerM/moshidon/issues/260, by opening the create filter page
This commit is contained in:
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user