Fix hardcoded dev window title to Keynectr
This commit is contained in:
parent
31ef3057e0
commit
6ead6f418c
1 changed files with 1 additions and 1 deletions
|
|
@ -494,7 +494,7 @@ function createWindow(): void {
|
||||||
height: 760,
|
height: 760,
|
||||||
minWidth: 920,
|
minWidth: 920,
|
||||||
minHeight: 640,
|
minHeight: 640,
|
||||||
title: 'Nostr Feed Manager',
|
title: 'Keynectr',
|
||||||
backgroundColor: '#f6f4f0',
|
backgroundColor: '#f6f4f0',
|
||||||
autoHideMenuBar: true,
|
autoHideMenuBar: true,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue