We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67e67d commit 370a328Copy full SHA for 370a328
lib/model/database.dart
@@ -78,8 +78,10 @@ enum BrowserPreference {
78
/// install of the app on this device).
79
@DataClassName('GlobalSettingsData')
80
class GlobalSettings extends Table {
81
+ // TODO(db): Maybe make this optional and/or use clientDefault?
82
Column<String> get themeSetting => textEnum<ThemeSetting>()();
83
84
85
Column<String> get browserPreference => textEnum<BrowserPreference>()();
86
}
87
0 commit comments