Skip to content

Commit

Permalink
Merge pull request #2001 from Gauravjeetsingh/devtools-shortcut
Browse files Browse the repository at this point in the history
chore: revert the change in externalDisplay function
  • Loading branch information
Gauravjeetsingh authored Jul 18, 2024
2 parents babc69f + 0afafda commit a6821ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ function checkForExternalDisplay() {
viewerWindowPos.y = externalDisplay.bounds.y + 50;
viewerWindowPos.w = externalDisplay.size.width;
viewerWindowPos.h = externalDisplay.size.height;
return false;
return true;
}
return false;
}
Expand Down

0 comments on commit a6821ca

Please sign in to comment.