Add language indicator icon and local settings for status icons (#1788)
* Add language indicator * Add local settings for status icons * Switch to text icon for language
This commit is contained in:
@ -54,6 +54,13 @@ const initialState = ImmutableMap({
|
||||
favicon_badge : false,
|
||||
tab_badge : true,
|
||||
}),
|
||||
status_icons : ImmutableMap({
|
||||
language: true,
|
||||
reply: true,
|
||||
local_only: true,
|
||||
media: true,
|
||||
visibility: true,
|
||||
}),
|
||||
});
|
||||
|
||||
const hydrate = (state, localSettings) => state.mergeDeep(localSettings);
|
||||
|
Reference in New Issue
Block a user