Skip to content

Commit

Permalink
adjust tool order
Browse files Browse the repository at this point in the history
fixes #319
  • Loading branch information
Stephen-Gates committed Dec 12, 2017
1 parent 04b5cae commit a833136
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/main/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,14 +278,6 @@ const template = [
}
}, {
type: 'separator'
}, {
label: 'Validate Table',
accelerator: 'Shift+CmdOrCtrl+V',
click() {
validateTable()
}
}, {
type: 'separator'
}, {
label: 'Set Column Properties',
click() {
Expand All @@ -308,6 +300,14 @@ const template = [
}
}, {
type: 'separator'
}, {
label: 'Validate Table',
accelerator: 'Shift+CmdOrCtrl+V',
click() {
validateTable()
}
}, {
type: 'separator'
}, {
label: 'Export Data Package...',
accelerator: 'CmdOrCtrl+D',
Expand Down

0 comments on commit a833136

Please sign in to comment.