Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
af11675239 |
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue