mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-02-01 18:06:45 +01:00
Set false as default value of mentions marker
This commit is contained in:
parent
1a55578054
commit
966c227271
@ -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