Skip to content

Commit

Permalink
enable frameless window, disable drag on ui
Browse files Browse the repository at this point in the history
  • Loading branch information
bl00mber committed May 16, 2020
1 parent 6f97b0d commit 460d3e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-devtools/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<body>
<div id="container" class="container" style="-webkit-user-select: none; -webkit-app-region: drag;">
<div class="waiting-header">Waiting for React to connect…</div>
<div class="boxes">
<div class="boxes" style="-webkit-app-region: none;">
<div class="box">
<div class="box-header">React Native</div>
<div class="box-content">
Expand Down
2 changes: 1 addition & 1 deletion packages/react-devtools/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ app.on('ready', function() {
width: 800,
height: 600,
icon: join(__dirname, 'icons/icon128.png'),
frame: process.platform === 'linux' ? true : false,
frame: false,
//titleBarStyle: 'customButtonsOnHover',
webPreferences: {
nodeIntegration: true,
Expand Down

0 comments on commit 460d3e7

Please sign in to comment.