Compare commits

...

1 Commits

Author SHA1 Message Date
AlexandreSi
2f7e0ad438 Attempt to remove modal window frame to hide close button on linux 2022-08-31 11:03:55 +02:00

View File

@@ -36,6 +36,10 @@ const loadModalWindow = ({
backgroundColor,
modal: true,
center: true,
// Hide top bar to hide close button (needed on Linux) so that
// one cannot close the modal window without using Save or Cancel
// buttons (and lose work on Piskel for instance) (Workaround for #4245).
frame: false,
webPreferences: {
webSecurity: false,
// Allow Node.js API access in renderer process, as long