This commit is contained in:
open-trade
2020-11-27 17:59:42 +08:00
parent 7662ab0a0f
commit 60f48c5326
2 changed files with 17 additions and 10 deletions

View File

@@ -721,16 +721,16 @@ void showActions(BuildContext context) {
context: context,
position: RelativeRect.fromLTRB(x, y, x, y),
items: [
PopupMenuItem<String>(
child: Text('Insert Ctrl + Alt + Del'), value: 'cad'),
PopupMenuItem<String>(
child: Text('Insert Lock'), value: 'lock'),
] +
FFI.ffiModel.pi.version.isEmpty
? []
: [
PopupMenuItem<String>(child: Text('Refresh'), value: 'refresh'),
],
PopupMenuItem<String>(
child: Text('Insert Ctrl + Alt + Del'), value: 'cad'),
PopupMenuItem<String>(child: Text('Insert Lock'), value: 'lock'),
] +
(FFI.ffiModel.pi.version.isEmpty
? []
: [
PopupMenuItem<String>(
child: Text('Refresh'), value: 'refresh'),
]),
elevation: 8,
);
if (value == 'cad') {