39 lines
1 KiB
Dart
39 lines
1 KiB
Dart
enum AccessibilityAnimations { system, disabled, enabled }
|
|
|
|
enum AccessibilityTimeout { system, s1, s3, s5, s10, s30 }
|
|
|
|
enum AvesThemeBrightness { system, light, dark, black }
|
|
|
|
enum AvesThemeColorMode { monochrome, polychrome }
|
|
|
|
enum ConfirmationDialog { deleteForever, moveToBin, moveUndatedItems }
|
|
|
|
enum CoordinateFormat { dms, decimal }
|
|
|
|
enum DisplayRefreshRateMode { auto, highest, lowest }
|
|
|
|
enum EntryBackground { black, white, checkered }
|
|
|
|
enum HomePageSetting { collection, albums }
|
|
|
|
enum KeepScreenOn { never, viewerOnly, always }
|
|
|
|
enum SlideshowVideoPlayback { skip, playMuted, playWithSound }
|
|
|
|
enum SubtitlePosition { top, bottom }
|
|
|
|
enum UnitSystem { metric, imperial }
|
|
|
|
enum VideoControls { play, playSeek, playOutside, none }
|
|
|
|
enum VideoLoopMode { never, shortOnly, always }
|
|
|
|
enum VideoAutoPlayMode { disabled, playMuted, playWithSound }
|
|
|
|
enum ViewerTransition { slide, parallax, fade, zoomIn, none }
|
|
|
|
enum WidgetDisplayedItem { random, mostRecent }
|
|
|
|
enum WidgetOpenPage { home, collection, viewer }
|
|
|
|
enum WidgetShape { rrect, circle, heart }
|