Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-04 11:16:51 +08:00
parent d57a34a4e1
commit 2a55d4390a
8 changed files with 8 additions and 18 deletions

View File

@@ -175,7 +175,7 @@ class _SettingPageState extends State<SettingPage> {
children: [
_buildSearchItem(theme),
..._items
.sublist(0, _items.length - 1)
.take(_items.length - 1)
.map(
(item) => ListTile(
tileColor: _getTileColor(theme, item.type),