1
0
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:
AkiraFukushima 2022-04-10 15:05:09 +09:00
parent 1a55578054
commit 966c227271
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957

View File

@ -9,7 +9,7 @@ const unreadNotification: UnreadNotification = {
const useMarker: UseMarker = {
home: false,
notifications: true,
mentions: true
mentions: false
}
const timeline: Timeline = {