From 04bb9c9d8a0b6f36cdd2f47d41877d8656f5c3f2 Mon Sep 17 00:00:00 2001 From: dtookey Date: Thu, 15 Oct 2020 13:48:02 -0400 Subject: [PATCH] slight code cleanup --- assets/pages/index.html | 2 +- assets/views/file-card.mustache | 3 +-- index.js | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/assets/pages/index.html b/assets/pages/index.html index 6215a2c..536dae6 100644 --- a/assets/pages/index.html +++ b/assets/pages/index.html @@ -20,7 +20,7 @@ - + \ No newline at end of file diff --git a/assets/views/file-card.mustache b/assets/views/file-card.mustache index 8589715..d00d1d2 100644 --- a/assets/views/file-card.mustache +++ b/assets/views/file-card.mustache @@ -1,6 +1,5 @@ - -
+
File icon

{{fileName}}

diff --git a/index.js b/index.js index f3028f1..08aeb94 100644 --- a/index.js +++ b/index.js @@ -19,7 +19,7 @@ function initialize () { width: 1080, minWidth: 680, height: 840, - title: app.getName(), + title: app.name, webPreferences: { nodeIntegration: true, preload: path.join(__dirname, 'util', 'preload.js')