Also handle notification startupId on X11

On X11 we can get a startupId/token from the notification too, so don't waste it
This commit is contained in:
Nicolas Fella
2023-01-14 02:11:22 +01:00
parent 7cb1f856ca
commit 7818747e45
2 changed files with 9 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ public:
void restoreGeometry();
void saveGeometry();
void showAndRaiseWindow(const QString &xdgActivationToken);
void showAndRaiseWindow(const QString &startupId);
private:
WindowController() = default;