1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

min width

This commit is contained in:
Andrew Simachev 2020-10-08 16:12:47 +03:00
parent 61c1adff5e
commit b23b721070

View file

@ -17,7 +17,7 @@ const port = process.env.SERVER_PORT;
const openAboutWindow = require('about-window').default;
const TIMEOUT_UPDATE = 600 * 1000;
const MIN_WIDTH = 900;
const MIN_WIDTH = 960;
const MIN_HEIGHT = 640;
let isUpdating = false;