fileset-desktop/ipc/windows.js

8 lines
113 B
JavaScript
Raw Normal View History

2022-04-05 21:26:02 +08:00
const reSize = (width, height) => {
global.windows.setSize(width, height);
};
module.exports = {
reSize,
};