0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2024-12-25 14:54:38 +03:00
yandex-music-linux/patches/0004-Fix-window-resize.patch
Andrey Onishchenko f5eeac19b4 Patches fix
2024-03-07 10:38:27 +03:00

13 lines
351 B
Diff

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: 768,
- minHeight: 650,
width: 1280,
height: 800,
webPreferences: {