mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-09-03 20:52:57 -05:00
Further nice-ification of the runtime UI.
This commit is contained in:
@@ -133,6 +133,7 @@ int main(int argc, char * argv[])
|
||||
// Create & show the main window
|
||||
BrowserWindow browserWindow(appServerUrl);
|
||||
browserWindow.setWindowTitle(PGA_APP_NAME);
|
||||
browserWindow.setWindowIcon(QIcon(":/pgAdmin4.ico"));
|
||||
browserWindow.show();
|
||||
|
||||
// Go!
|
||||
|
||||
Reference in New Issue
Block a user