hide switch sides menu until #2893 fixed
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
parent
8b2f0e508a
commit
84a45ac48f
@ -652,7 +652,8 @@ class _RemoteMenubarState extends State<RemoteMenubar> {
|
||||
dismissOnClicked: true,
|
||||
));
|
||||
}
|
||||
if (pi.platform != kPeerPlatformAndroid &&
|
||||
if (false &&
|
||||
pi.platform != kPeerPlatformAndroid &&
|
||||
version_cmp(peer_version, '1.2.0') >= 0) {
|
||||
displayMenu.add(MenuEntryButton<String>(
|
||||
childBuilder: (TextStyle? style) => Text(
|
||||
|
Loading…
x
Reference in New Issue
Block a user