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:
parent
b39dcd609e
commit
039f3088fa
1 changed files with 2 additions and 2 deletions
|
@ -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 = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue