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

Commit 96f4c9d

Browse files
committed
x
1 parent 3ec7029 commit 96f4c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ export default {
397397
document.body.appendChild(style);
398398
},
399399
isMac() {
400-
return !!os.platform() === "darwin";
400+
return os.platform() === "darwin";
401401
}
402402
},
403403
computed: {

0 commit comments

Comments
 (0)