🚀 Launch 3.0.0+97 w/ NSE

This commit is contained in:
2025-05-31 19:16:47 +08:00
parent afe1c700eb
commit 311420e1f7
14 changed files with 601 additions and 104 deletions

View File

@ -147,6 +147,7 @@ class SettingsScreen extends HookConsumerWidget {
title: Text('settingsColorScheme').tr(),
content: SingleChildScrollView(
child: ColorPicker(
enableAlpha: false,
pickerColor: selectedColor,
onColorChanged: (color) {
selectedColor = color;