Files
linkding-ios/lib/constants/shared_preferences_keys.dart
Juan Gilsanz Polo e21546693a Theme configuration
2024-02-23 01:26:22 +01:00

7 lines
234 B
Dart

class SharedPreferencesKeys {
static const serversInstances = "serversInstances";
static const selectedTheme = "selectedTheme";
static const useDynamicTheme = "useDynamicTheme";
static const selectedColor = "selectedColor";
}