slight cleanup
This commit is contained in:
parent
0d891bedbd
commit
af11675239
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue