Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Feb 5, 2020
1 parent b386b23 commit f86ad01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
os: osx
osx_image: xcode11.2
osx_image: xcode11.3
language: node_js
node_js: '12'
script:
Expand Down
4 changes: 2 additions & 2 deletions source/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ export const toggleLaunchMinimized = (menu: Menu): void => {
};

const disableMenuItem = (menuItem: Electron.MenuItem, checked: boolean): void => {
menuItem.enabled = false;
menuItem.checked = checked;
menuItem.enabled = false;
menuItem.checked = checked;
};

0 comments on commit f86ad01

Please sign in to comment.