mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-16 10:01:29 +03:00
remove PopupMenuButton default tooltip, and then long press will pop up menu
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -23,6 +23,7 @@ class ServerPage extends StatefulWidget implements PageShape {
|
||||
@override
|
||||
final appBarActions = [
|
||||
PopupMenuButton<String>(
|
||||
tooltip: "",
|
||||
icon: const Icon(Icons.more_vert),
|
||||
itemBuilder: (context) {
|
||||
listTile(String text, bool checked) {
|
||||
|
||||
Reference in New Issue
Block a user