Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Hedon-dev committed Jan 19, 2025
1 parent 0aa7e13 commit 88bc762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/screens/settings/settings_launcher_appearance.dart
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class _LauncherAppearanceScreenState extends State<LauncherAppearance> {
return;
}
if (value != null) {
// show dialogue explaining the option if needed
// show dialog explaining the option if needed
if (value != "Hedon haven") {
await showDialog(
context: context,
Expand Down

0 comments on commit 88bc762

Please sign in to comment.