mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-02 00:58:19 +08:00
add publish throttle
Closes #2152 Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -135,7 +135,7 @@ class _ReplyPageState extends CommonRichTextPubPageState<LiveSendDmPanel> {
|
||||
emojiBtn,
|
||||
Obx(
|
||||
() => FilledButton.tonal(
|
||||
onPressed: enablePublish.value ? onPublish : null,
|
||||
onPressed: enablePublish.value ? onPublishThrottle : null,
|
||||
style: FilledButton.styleFrom(
|
||||
visualDensity: .compact,
|
||||
padding: const .symmetric(horizontal: 20, vertical: 10),
|
||||
|
||||
Reference in New Issue
Block a user