mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-02-08 07:48: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 = {
|
const useMarker: UseMarker = {
|
||||||
home: false,
|
home: false,
|
||||||
notifications: true,
|
notifications: true,
|
||||||
mentions: true
|
mentions: false
|
||||||
}
|
}
|
||||||
|
|
||||||
const timeline: Timeline = {
|
const timeline: Timeline = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user