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:
parent
61c1adff5e
commit
b23b721070
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue