incr: get printview to display

- printing still not working
This commit is contained in:
18alantom
2022-05-23 16:18:22 +05:30
parent 8cc46c584c
commit 8c19f51814
9 changed files with 53 additions and 30 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ import registerProcessListeners from './main/registerProcessListeners';
import { IPC_CHANNELS } from './utils/messages';
const WIDTH = 1200;
const HEIGHT = 907;
const HEIGHT = 900;
export class Main {
title: string = 'Frappe Books';