Skip to content

Commit

Permalink
other: Removed legacy check for updates
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkoelle committed Feb 10, 2021
1 parent 9bb7d79 commit ba12d81
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/containers/FramelessTitleBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -245,14 +245,6 @@ export default function FramelessTitleBar(props: {
setOpenUpdater(true);
},
},
{
label: 'Check for updates (legacy)',
async click() {
await remote
.require('electron-updater')
.autoUpdater.checkForUpdatesAndNotify();
},
},
{
label: 'View Release Notes',
async click() {
Expand Down

0 comments on commit ba12d81

Please sign in to comment.