Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiepine committed Mar 1, 2019
1 parent 3ec7029 commit 96f4c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ export default {
document.body.appendChild(style);
},
isMac() {
return !!os.platform() === "darwin";
return os.platform() === "darwin";
}
},
computed: {
Expand Down

0 comments on commit 96f4c9d

Please sign in to comment.