mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-01-30 00:55:20 +01:00
Merge pull request #3261 from h3poteto/iss-574/fix-mentions
Set false as default value of mentions marker
This commit is contained in:
commit
36c7c2a631
@ -9,7 +9,7 @@ const unreadNotification: UnreadNotification = {
|
||||
const useMarker: UseMarker = {
|
||||
home: false,
|
||||
notifications: true,
|
||||
mentions: true
|
||||
mentions: false
|
||||
}
|
||||
|
||||
const timeline: Timeline = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user