取消 mock 按钮
This commit is contained in:
@@ -133,7 +133,7 @@ class _HeaderPasteActions extends StatelessWidget {
|
|||||||
return Row(
|
return Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.end,
|
mainAxisAlignment: MainAxisAlignment.end,
|
||||||
children: [
|
children: [
|
||||||
_HeaderActionButton(label: 'mock', onPressed: onMockCopy),
|
// _HeaderActionButton(label: 'mock', onPressed: onMockCopy),
|
||||||
_HeaderActionButton(
|
_HeaderActionButton(
|
||||||
label: '粘贴选手信息',
|
label: '粘贴选手信息',
|
||||||
onPressed: () => onPasteEventInfo(),
|
onPressed: () => onPasteEventInfo(),
|
||||||
|
|||||||
Reference in New Issue
Block a user