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

min window

This commit is contained in:
Andrew Simachev 2021-04-15 14:05:02 +03:00
parent b39dcd609e
commit 039f3088fa

View file

@ -20,8 +20,8 @@ const bindings = require('bindings');
const envPath = path.join(__dirname, 'electron', 'env.json');
const TIMEOUT_UPDATE = 600 * 1000;
const MIN_WIDTH = 980;
const MIN_HEIGHT = 640;
const MIN_WIDTH = 752;
const MIN_HEIGHT = 480;
const KEYTAR_SERVICE = 'Anytype';
let env = {};