mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-23 16:25:19 +03:00
Fix Mission Planner, uniform fs requires
This commit is contained in:
parent
2f26bd1863
commit
686417604d
7 changed files with 9 additions and 17 deletions
|
@ -85,8 +85,6 @@ function createWindow() {
|
|||
menu.append(new MenuItem({ label: 'Copy', role: 'copy', accelerator: 'CmdOrCtrl+C', visible: props.selectionText }));
|
||||
menu.append(new MenuItem({ label: 'Paste', role: 'paste', accelerator: 'CmdOrCtrl+V', visible: props.isEditable }));
|
||||
menu.append(new MenuItem({ label: "Select all", role: 'selectAll', accelerator: 'CmdOrCtrl+A', visible: props.isEditable}));
|
||||
|
||||
|
||||
|
||||
menu.items.forEach(item => {
|
||||
if (item.visible) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue