mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-25 18:48:43 +00:00
opt send colorful dm
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -478,7 +478,7 @@ class _SendDanmakuPanelState extends CommonPublishPageState<SendDanmakuPanel> {
|
|||||||
widget.callback(
|
widget.callback(
|
||||||
DanmakuContentItem(
|
DanmakuContentItem(
|
||||||
editController.text,
|
editController.text,
|
||||||
color: _color.value,
|
color: isColorful ? Colors.white : _color.value,
|
||||||
type: switch (_mode.value) {
|
type: switch (_mode.value) {
|
||||||
5 => DanmakuItemType.top,
|
5 => DanmakuItemType.top,
|
||||||
4 => DanmakuItemType.bottom,
|
4 => DanmakuItemType.bottom,
|
||||||
|
|||||||
Reference in New Issue
Block a user