renderer: don't set solitary on present notifications

fixes #4647
This commit is contained in:
vaxerski
2024-02-14 11:09:18 +00:00
parent 2a3429d4cf
commit 2a002f31e4
3 changed files with 8 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ class CHyprNotificationOverlay {
void draw(CMonitor* pMonitor);
void addNotification(const std::string& text, const CColor& color, const float timeMs, const eIcons icon = ICON_NONE);
bool hasAny();
private:
CBox drawNotifications(CMonitor* pMonitor);