app title

This commit is contained in:
Jan Prochazka
2024-09-03 09:45:44 +02:00
parent 416ed14a9d
commit 906ed3d237
3 changed files with 13 additions and 4 deletions

View File

@@ -347,7 +347,7 @@ function createWindow() {
mainWindow = new BrowserWindow({
width: 1200,
height: 800,
title: 'DbGate',
title: isProApp() ? 'DbGate Premium' : 'DbGate',
frame: useNativeMenu,
titleBarStyle: useNativeMenu ? undefined : 'hidden',
...bounds,