mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-26 20:50:30 +08:00
disable fullscreen for floating window
This commit is contained in:
parent
95f48a5d4d
commit
82d7cf05bd
@ -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'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user