mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-21 16:27:39 -06:00
Set the window title.
This commit is contained in:
parent
af742011a5
commit
f1f09242ed
@ -132,6 +132,7 @@ int main(int argc, char * argv[])
|
||||
|
||||
// Create & show the main window
|
||||
BrowserWindow browserWindow(appServerUrl);
|
||||
browserWindow.setWindowTitle(PGA_APP_NAME);
|
||||
browserWindow.show();
|
||||
|
||||
// Go!
|
||||
|
Loading…
Reference in New Issue
Block a user