mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 16:18:22 +08:00
opt create dyn menubtn
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -318,6 +318,7 @@ class _CreateDynPanelState extends CommonPublishPageState<CreateDynPanel> {
|
|||||||
? theme.colorScheme.error
|
? theme.colorScheme.error
|
||||||
: theme.colorScheme.secondary;
|
: theme.colorScheme.secondary;
|
||||||
return PopupMenuButton<bool>(
|
return PopupMenuButton<bool>(
|
||||||
|
requestFocus: false,
|
||||||
initialValue: _isPrivate.value,
|
initialValue: _isPrivate.value,
|
||||||
onOpened: controller.keepChatPanel,
|
onOpened: controller.keepChatPanel,
|
||||||
onSelected: (value) => _isPrivate.value = value,
|
onSelected: (value) => _isPrivate.value = value,
|
||||||
@@ -374,6 +375,7 @@ class _CreateDynPanelState extends CommonPublishPageState<CreateDynPanel> {
|
|||||||
? theme.colorScheme.error
|
? theme.colorScheme.error
|
||||||
: theme.colorScheme.secondary;
|
: theme.colorScheme.secondary;
|
||||||
return PopupMenuButton<ReplyOptionType>(
|
return PopupMenuButton<ReplyOptionType>(
|
||||||
|
requestFocus: false,
|
||||||
initialValue: _replyOption.value,
|
initialValue: _replyOption.value,
|
||||||
onOpened: controller.keepChatPanel,
|
onOpened: controller.keepChatPanel,
|
||||||
onSelected: (item) => _replyOption.value = item,
|
onSelected: (item) => _replyOption.value = item,
|
||||||
|
|||||||
Reference in New Issue
Block a user