opt send colorful dm

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-07 11:45:41 +08:00
parent db4283af4a
commit 5c1312bbcd

View File

@@ -478,7 +478,7 @@ class _SendDanmakuPanelState extends CommonPublishPageState<SendDanmakuPanel> {
widget.callback(
DanmakuContentItem(
editController.text,
color: _color.value,
color: isColorful ? Colors.white : _color.value,
type: switch (_mode.value) {
5 => DanmakuItemType.top,
4 => DanmakuItemType.bottom,