mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-09-03 20:52:57 -05:00
Sporadically crashes on Windows when exit. Fixes #3177
1) Shutdown the python server properly. 2) Disabled "Shutdown server" menu till server is not successfully started. Initial patch sent by Maxim, modified by Akshay Joshi.
This commit is contained in:
committed by
Akshay Joshi
parent
3c4359270e
commit
54b1a79cb6
@@ -31,6 +31,7 @@ public:
|
||||
|
||||
bool Init();
|
||||
void setAppServerUrl(QString appServerUrl);
|
||||
void enableShutdownMenu();
|
||||
|
||||
private:
|
||||
void createTrayIcon();
|
||||
@@ -56,6 +57,9 @@ private slots:
|
||||
void onConfig();
|
||||
void onLog();
|
||||
void onQuit();
|
||||
|
||||
signals:
|
||||
void shutdownSignal(QUrl);
|
||||
};
|
||||
|
||||
#endif // TRAYICON_H
|
||||
|
||||
Reference in New Issue
Block a user