notifs: use empty color for auto
This commit is contained in:
parent
34da16b7e6
commit
316674fecf
3 changed files with 3 additions and 3 deletions
|
|
@ -2299,6 +2299,6 @@ void CCompositor::performUserChecks() {
|
|||
if (std::ranges::any_of(BAD_PORTALS, [&](const std::string& portal) { return std::filesystem::exists("/usr/share/xdg-desktop-portal/portals/" + portal + ".portal"); })) {
|
||||
// bad portal detected
|
||||
g_pHyprNotificationOverlay->addNotification("You have one or more incompatible xdg-desktop-portal impls installed. Please remove incompatible ones to avoid issues.",
|
||||
ICONS_COLORS[ICON_ERROR], 15000, ICON_ERROR);
|
||||
CColor(0), 15000, ICON_ERROR);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue