From af11675239d638697a6210edc746a57c3a0a5085 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Fri, 17 Jul 2026 20:31:15 -0400 Subject: [PATCH] slight cleanup --- lib/controllers/settings_sections_controller.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/controllers/settings_sections_controller.dart b/lib/controllers/settings_sections_controller.dart index 41a5afd..fd0d121 100644 --- a/lib/controllers/settings_sections_controller.dart +++ b/lib/controllers/settings_sections_controller.dart @@ -21,7 +21,7 @@ class SettingsSectionsController title: "Appearance", icon: Icons.brush, settings: .new([ - Setting( + .new( title: "Theme", description: "Toggle between Light Mode, Dark Mode, and System themes.", @@ -39,7 +39,7 @@ class SettingsSectionsController .onError(showError), ), ), - Setting( + .new( title: "Use Dynamic Theme", icon: Icons.palette, description: