slight cleanup

This commit is contained in:
Henry Hiles 2026-07-17 20:31:15 -04:00
commit af11675239
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -21,7 +21,7 @@ class SettingsSectionsController
title: "Appearance", title: "Appearance",
icon: Icons.brush, icon: Icons.brush,
settings: .new([ settings: .new([
Setting( .new(
title: "Theme", title: "Theme",
description: description:
"Toggle between Light Mode, Dark Mode, and System themes.", "Toggle between Light Mode, Dark Mode, and System themes.",
@ -39,7 +39,7 @@ class SettingsSectionsController
.onError(showError), .onError(showError),
), ),
), ),
Setting( .new(
title: "Use Dynamic Theme", title: "Use Dynamic Theme",
icon: Icons.palette, icon: Icons.palette,
description: description: