chore: fix typo

This commit is contained in:
Simon Ding
2024-07-27 00:08:46 +08:00
parent 5e6a17f86c
commit 51fc5c3c74

View File

@@ -72,7 +72,7 @@ class _SystemSettingsPageState extends ConsumerState<SystemSettingsPage> {
value: "debug", child: Text("DEBUG")),
DropdownMenuItem(value: "info", child: Text("INFO")),
DropdownMenuItem(
value: "warn", child: Text("WARNNING")),
value: "warn", child: Text("WARNING")),
DropdownMenuItem(
value: "error", child: Text("ERROR")),
],