When search enabled, display hint in search popout (#6593)
* When advanced search is enabled, show different hint in search popout * Change "getting started" icon in tabs bar from asterisk to hamburger
This commit is contained in:
parent
0963b6fd22
commit
7901f9f63e
4 changed files with 6 additions and 3 deletions
app/javascript/mastodon
|
@ -10,5 +10,6 @@ export const unfollowModal = getMeta('unfollow_modal');
|
|||
export const boostModal = getMeta('boost_modal');
|
||||
export const deleteModal = getMeta('delete_modal');
|
||||
export const me = getMeta('me');
|
||||
export const searchEnabled = getMeta('search_enabled');
|
||||
|
||||
export default initialState;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue