File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 100100 < body >
101101 < div id ="container " class ="container " style ="-webkit-user-select: none; -webkit-app-region: drag; ">
102102 < div class ="waiting-header "> Waiting for React to connect…</ div >
103- < div class ="boxes ">
103+ < div class ="boxes " style =" -webkit-app-region: none; " >
104104 < div class ="box ">
105105 < div class ="box-header "> React Native</ div >
106106 < div class ="box-content ">
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ app.on('ready', function() {
2525 width : 800 ,
2626 height : 600 ,
2727 icon : join ( __dirname , 'icons/icon128.png' ) ,
28- frame : process . platform === 'linux' ? true : false ,
28+ frame : false ,
2929 //titleBarStyle: 'customButtonsOnHover',
3030 webPreferences : {
3131 nodeIntegration : true ,
You can’t perform that action at this time.
0 commit comments