Skip to content

Commit

Permalink
enable view > fullscreen for macOS and windows (closes #109) (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinleinweber authored and Richard Smith-Unna committed Jun 29, 2017
1 parent f3b5838 commit 380de79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ app.on('ready', function () {
title: 'sciencefair',
backgroundColor: '#fff',
titleBarStyle: 'hidden',
fullscreen: false,
fullscreenable: true,
icon: './icon/logo.png',
show: false,
webPreferences: {
Expand Down

0 comments on commit 380de79

Please sign in to comment.