Fix hardcoded dev window title to Keynectr

This commit is contained in:
Avi 2026-08-23 11:04:09 -05:00
commit 6ead6f418c

View file

@ -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: {