disable fullscreen for floating window

This commit is contained in:
pompurin404 2024-10-18 13:36:44 +08:00
parent 95f48a5d4d
commit 82d7cf05bd
No known key found for this signature in database

View File

@ -26,6 +26,7 @@ async function createFloatingWindow(): Promise<void> {
skipTaskbar: true,
minimizable: false,
maximizable: false,
fullscreenable: false,
closable: false,
webPreferences: {
preload: join(__dirname, '../preload/index.js'),