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 100
100
< body >
101
101
< div id ="container " class ="container " style ="-webkit-user-select: none; -webkit-app-region: drag; ">
102
102
< div class ="waiting-header "> Waiting for React to connect…</ div >
103
- < div class ="boxes ">
103
+ < div class ="boxes " style =" -webkit-app-region: none; " >
104
104
< div class ="box ">
105
105
< div class ="box-header "> React Native</ div >
106
106
< div class ="box-content ">
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ app.on('ready', function() {
25
25
width : 800 ,
26
26
height : 600 ,
27
27
icon : join ( __dirname , 'icons/icon128.png' ) ,
28
- frame : process . platform === 'linux' ? true : false ,
28
+ frame : false ,
29
29
//titleBarStyle: 'customButtonsOnHover',
30
30
webPreferences : {
31
31
nodeIntegration : true ,
You can’t perform that action at this time.
0 commit comments