This commit is contained in:
2022-04-14 20:28:20 +08:00
parent 00931fc89f
commit 21e67024e9
29 changed files with 2531 additions and 155 deletions
+1
View File
@@ -1,4 +1,5 @@
const reSize = (width, height) => {
global.windows.setMinimumSize(width, height);
global.windows.setSize(width, height);
};