aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Compositor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Compositor.cpp')
-rw-r--r--src/Compositor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Compositor.cpp b/src/Compositor.cpp
index 25950a27..5650a657 100644
--- a/src/Compositor.cpp
+++ b/src/Compositor.cpp
@@ -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);
}
}