Files
linkding-ios/lib/constants/shared_preferences_keys.dart
Juan Gilsanz Polo 9765dfeea5 Added default tags
2024-06-11 19:27:11 +02:00

11 lines
428 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";
}