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",
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: