Code for replying from notifications, macOS uses notificationActivated().

This commit is contained in:
John Preston
2016-10-02 20:06:34 +03:00
parent 7f950d2de2
commit 2d1d62a953
12 changed files with 125 additions and 147 deletions
@@ -268,7 +268,6 @@ void MainWindow::psSetupTrayIcon() {
psUpdateCounter();
trayIcon->show();
psUpdateDelegate();
}
}
@@ -430,9 +429,6 @@ void MainWindow::LibsLoaded() {
#endif // TDESKTOP_DISABLE_UNITY_INTEGRATION
}
void MainWindow::psUpdateDelegate() {
}
void MainWindow::psInitSize() {
setMinimumWidth(st::wndMinWidth);
setMinimumHeight(st::wndMinHeight);