0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2024-12-24 14:34:39 +03:00
yandex-music-linux/patches/0004-Fix-window-resize.patch

13 lines
352 B
Diff
Raw Normal View History

diff --git a/main/lib/createWindow.js b/main/lib/createWindow.js
--- a/main/lib/createWindow.js
+++ b/main/lib/createWindow.js
@@ -16,8 +16,6 @@ const createWindow = async () => {
x: 16,
y: 10
},
- minWidth: 1024,
- minHeight: 800,
width: 1280,
height: 800,
webPreferences: {