[MM-19327] Remove Finder from desktop app (#1515)

* [MM-19327] Remove Finder from desktop app

* Lint fix

* Commenting out flaky test

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
This commit is contained in:
Devin Binnie
2021-03-24 10:19:41 -04:00
committed by GitHub
parent b5c59fa8ce
commit 66a2c3f7b1
14 changed files with 12 additions and 502 deletions

View File

@@ -100,12 +100,6 @@ function createTemplate(config) {
});
const viewSubMenu = [{
label: 'Find..',
accelerator: 'CmdOrCtrl+F',
click() {
WindowManager.openFinder();
},
}, {
label: 'Reload',
accelerator: 'CmdOrCtrl+R',
click() {