Update src/main-process/application-menu.js

Co-authored-by: Sadick <sadickjunior@gmail.com>
This commit is contained in:
sibaki_girls 2021-07-04 04:03:02 +09:00 committed by GitHub
parent 74dedc268e
commit ab7c5809db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,7 +124,6 @@ module.exports = class ApplicationMenu {
({ id }) => id === 'Downloading Update'
);
const installUpdateItem = items.find(
// ({ label }) => label === 'Restart and Install Update'
({ id }) => id === 'Restart and Install Update'
);