Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 366a978

Browse files
committed
making default app bar style to be mac
1 parent 7f78cd7 commit 366a978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/views/appBarVw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = BaseVw.extend({
2323
this.title = this.titlePrefix;
2424

2525
if (!style || ['mac', 'win'].indexOf(style) === -1) {
26-
style = remote.process.platform === 'win32' ? 'win' : 'mac';
26+
style = remote.process.platform === 'darwin' ? 'mac' : 'win';
2727
}
2828

2929
this.setStyle(style);

0 commit comments

Comments
 (0)