fileset-desktop/ipc/windows.js
2022-04-05 21:26:02 +08:00

8 lines
113 B
JavaScript

const reSize = (width, height) => {
global.windows.setSize(width, height);
};
module.exports = {
reSize,
};