From: riqo Date: Sun, 22 Nov 2020 17:49:25 +0000 (-0600) Subject: add input animation + input item rafctor X-Git-Tag: v0.9~135^2 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=3cf07e2b4509a232ab0ab588e561d686c21b1e38;p=mime-chat add input animation + input item rafctor --- diff --git a/src/background.ts b/src/background.ts index c14b71f..8bcbbe3 100644 --- a/src/background.ts +++ b/src/background.ts @@ -48,6 +48,7 @@ function createWindow() { if (process.env.WEBPACK_DEV_SERVER_URL) { // Load the url of the dev server if in development mode win.loadURL(process.env.WEBPACK_DEV_SERVER_URL as string); + // NOTE uncomment for dev tools on app launch // if (!process.env.IS_TEST) win.webContents.openDevTools(); } else { createProtocol("app"); diff --git a/src/components/UI/UIDetails/inputItem.vue b/src/components/UI/UIDetails/inputItem.vue index 693f1df..f8fbc64 100644 --- a/src/components/UI/UIDetails/inputItem.vue +++ b/src/components/UI/UIDetails/inputItem.vue @@ -1,5 +1,5 @@