Files
linkding-ios/lib/constants/shared_preferences_keys.dart
2026-03-22 20:34:40 +01:00

13 lines
546 B
Dart

class SharedPreferencesKeys {
static const serversInstances = "serversInstances";
static const selectedTheme = "selectedTheme";
static const useDynamicTheme = "useDynamicTheme";
static const selectedColor = "selectedColor";
static const useInAppBrowser = "useInAppBrowser";
static const showFavicon = "showFavicon";
static const openLinksBrowser = "openLinksBrowser";
static const defaultTags = "defaultTags";
static const markAsUnreadDefault = "markAsUnreadDefault";
static const enableSlideOptions = "enableSlideOptions";
}