mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix: give electron app with minWidth = 640px (#1785)
This commit is contained in:
@@ -18,6 +18,7 @@ async function createWindow() {
|
||||
x: mainWindowState.x,
|
||||
y: mainWindowState.y,
|
||||
width: mainWindowState.width,
|
||||
minWidth: 640,
|
||||
transparent: true,
|
||||
visualEffectState: 'active',
|
||||
vibrancy: 'under-window',
|
||||
|
||||
Reference in New Issue
Block a user