Remove legacy import flow
This commit is contained in:
parent
2105b5341a
commit
a840e2e5b1
15 changed files with 20 additions and 559 deletions
7
main.js
7
main.js
|
@ -468,12 +468,6 @@ function showKeyboardShortcuts() {
|
|||
}
|
||||
}
|
||||
|
||||
function setupWithImport() {
|
||||
if (mainWindow) {
|
||||
mainWindow.webContents.send('set-up-with-import');
|
||||
}
|
||||
}
|
||||
|
||||
function setupAsNewDevice() {
|
||||
if (mainWindow) {
|
||||
mainWindow.webContents.send('set-up-as-new-device');
|
||||
|
@ -890,7 +884,6 @@ function setupMenu(options) {
|
|||
openSupportPage,
|
||||
openForums,
|
||||
platform,
|
||||
setupWithImport,
|
||||
setupAsNewDevice,
|
||||
setupAsStandalone,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue