Skip to content

Commit e91e9d5

Browse files
committed
wip; Current TODOs
Also need tests for the global store change. And UI for updating the settings. Signed-off-by: Zixuan James Li <[email protected]>
1 parent 37d5f2f commit e91e9d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/model/database.dart

+2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,10 @@ enum BrowserPreference {
7878
/// install of the app on this device).
7979
@DataClassName('GlobalSettingsData')
8080
class GlobalSettings extends Table {
81+
// TODO(db): Maybe make this optional and/or use clientDefault?
8182
Column<String> get themeSetting => textEnum<ThemeSetting>()();
8283

84+
// TODO(db): Maybe make this optional and/or use clientDefault?
8385
Column<String> get browserPreference => textEnum<BrowserPreference>()();
8486
}
8587

0 commit comments

Comments
 (0)