From 6ead6f418c58ef5f0509be165de518c062c9169b Mon Sep 17 00:00:00 2001 From: Avi Date: Sun, 23 Aug 2026 11:04:09 -0500 Subject: [PATCH] Fix hardcoded dev window title to Keynectr --- frontend/electron/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/electron/main.ts b/frontend/electron/main.ts index d4aa32d..ce51864 100644 --- a/frontend/electron/main.ts +++ b/frontend/electron/main.ts @@ -494,7 +494,7 @@ function createWindow(): void { height: 760, minWidth: 920, minHeight: 640, - title: 'Nostr Feed Manager', + title: 'Keynectr', backgroundColor: '#f6f4f0', autoHideMenuBar: true, webPreferences: {