Added slide options menu to bookmark item

This commit is contained in:
Juan Gilsanz Polo
2026-03-22 20:34:40 +01:00
parent f2d5b075c7
commit 1cb9ab58c2
20 changed files with 590 additions and 315 deletions

View File

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