Added mark as unread by default option

This commit is contained in:
Juan Gilsanz Polo
2025-04-03 22:24:59 +02:00
parent 09fda86e61
commit 7982644c23
9 changed files with 1604 additions and 2701 deletions

View File

@@ -7,4 +7,5 @@ class SharedPreferencesKeys {
static const showFavicon = "showFavicon";
static const openLinksBrowser = "openLinksBrowser";
static const defaultTags = "defaultTags";
static const markAsUnreadDefault = "markAsUnreadDefault";
}