Skip to content

Commit b45a7c0

Browse files
PIG208gnprice
authored andcommitted
api [nfc]: Fix outdated update instructions.
UserSettingName has been moved to another file. Signed-off-by: Zixuan James Li <[email protected]>
1 parent 14520bc commit b45a7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/api/model/initial_snapshot.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ class UserSettings {
191191
Emojiset emojiset;
192192

193193
// TODO more, as needed. When adding a setting here, please also:
194-
// (1) add it to the [UserSettingName] enum below
194+
// (1) add it to the [UserSettingName] enum
195195
// (2) then re-run the command to refresh the .g.dart files
196196
// (3) handle the event that signals an update to the setting
197197

0 commit comments

Comments
 (0)