From 8f3705ba741875724dd766749c6a6a0425a3bd00 Mon Sep 17 00:00:00 2001 From: s2 Date: Sat, 9 May 2020 12:22:21 +0200 Subject: [PATCH] show gitlit version in window title --- app/index.html | 1 - app/main.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/index.html b/app/index.html index 1fc8e993..0489ca18 100644 --- a/app/index.html +++ b/app/index.html @@ -3,7 +3,6 @@ - gitlit diff --git a/app/main.js b/app/main.js index 13e4fc09..45da217d 100644 --- a/app/main.js +++ b/app/main.js @@ -128,7 +128,7 @@ function loadRepoPage() { function createWindow() { // Create the browser window. - win = new BrowserWindow({width: 800, height: 700}); + win = new BrowserWindow({title: 'gitlit v' + app.getVersion(), width: 800, height: 700}); win.setMenu(null); // and load the index.html of the app.