We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0b517c commit 919ee4bCopy full SHA for 919ee4b
2 files changed
client/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-media-annotator",
3
- "version": "1.4.5",
+ "version": "1.4.6",
4
"author": {
5
"name": "Kitware, Inc.",
6
"email": "viame-web@kitware.com"
client/platform/desktop/background.ts
@@ -36,6 +36,7 @@ async function createWindow() {
36
width: Math.min(size.width, 1300),
37
height: Math.min(size.height - 200, 900),
38
autoHideMenuBar: true,
39
+ title: 'VIAME DIVE Desktop',
40
webPreferences: {
41
// Use pluginOptions.nodeIntegration, leave this alone
42
// See nklayman.github.io/vue-cli-plugin-electron-builder/guide/security.html
0 commit comments