Skip to content

Commit

Permalink
fixup! this check is wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Apr 19, 2019
1 parent d6ac009 commit 11ab7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/ui/window/window-controls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export class WindowControls extends React.Component<{}, IWindowControlState> {

public render() {
// render the faux window controls for Windows and Linux builds
if (!__DARWIN__) {
if (__DARWIN__) {
return <span />
}

Expand Down

0 comments on commit 11ab7e7

Please sign in to comment.