Implement big text view and preliminary i18n

This commit is contained in:
aet
2021-11-06 21:49:54 -04:00
parent d2ae4be194
commit 7ee6990be1
22 changed files with 624 additions and 263 deletions

View File

@ -1,6 +1,6 @@
// @ts-check
// Modules to control application life and create native browser window
// import { join } from "path"
import { join } from "path"
import { app, BrowserWindow, Menu } from "electron"
function createWindow() {
@ -10,6 +10,7 @@ function createWindow() {
height: 650,
// frame: false,
// transparent: true,
icon: join(__dirname, "../512x512.png"),
webPreferences: {
contextIsolation: true,
// preload: join(__dirname, "preload.js"),