Skip to content

Commit 919ee4b

Browse files
authored
Release 1.4.6 (#772)
1 parent e0b517c commit 919ee4b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-media-annotator",
3-
"version": "1.4.5",
3+
"version": "1.4.6",
44
"author": {
55
"name": "Kitware, Inc.",
66
"email": "viame-web@kitware.com"

client/platform/desktop/background.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ async function createWindow() {
3636
width: Math.min(size.width, 1300),
3737
height: Math.min(size.height - 200, 900),
3838
autoHideMenuBar: true,
39+
title: 'VIAME DIVE Desktop',
3940
webPreferences: {
4041
// Use pluginOptions.nodeIntegration, leave this alone
4142
// See nklayman.github.io/vue-cli-plugin-electron-builder/guide/security.html

0 commit comments

Comments
 (0)