opt icons

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-02 16:07:29 +08:00
parent cdd9289e6d
commit c4847caa27
9 changed files with 56 additions and 141 deletions

View File

@@ -593,7 +593,7 @@ class LiveRoomController extends GetxController {
}
void onSendDanmaku([bool fromEmote = false]) {
if (kReleaseMode&& !isLogin) {
if (kReleaseMode && !isLogin) {
SmartDialog.showToast('账号未登录');
return;
}