mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Fix crash with event loop nesting tracking.
This commit is contained in:
@@ -132,7 +132,6 @@ public slots:
|
||||
|
||||
void quitFromTray();
|
||||
void showFromTray(QSystemTrayIcon::ActivationReason reason = QSystemTrayIcon::Unknown);
|
||||
void toggleTray(QSystemTrayIcon::ActivationReason reason = QSystemTrayIcon::Unknown);
|
||||
void toggleDisplayNotifyFromTray();
|
||||
|
||||
void onClearFinished(int task, void *manager);
|
||||
@@ -150,6 +149,9 @@ signals:
|
||||
private:
|
||||
[[nodiscard]] bool skipTrayClick() const;
|
||||
|
||||
void handleTrayIconActication(
|
||||
QSystemTrayIcon::ActivationReason reason) override;
|
||||
|
||||
void hideMediaPreview();
|
||||
void ensureLayerCreated();
|
||||
void destroyLayer();
|
||||
|
Reference in New Issue
Block a user