From f8eeff3e8a00c8a2171bc50ace640f1383bd3205 Mon Sep 17 00:00:00 2001 From: Lemmy Date: Fri, 8 May 2026 23:36:13 -0400 Subject: [PATCH] chore(credits) and comments --- CREDITS.md | 1 - src/dbus/tray/tray_service.cpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CREDITS.md b/CREDITS.md index 2521a6998..037c7501d 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -52,7 +52,6 @@ Bundled in `third_party/` and built from source: External tools Noctalia integrates with at runtime when present: -- **[wlsunset](https://sr.ht/~kennylevinsen/wlsunset/)** — Night light and blue light filter - **[ddcutil](https://www.ddcutil.com/)** — External display brightness control - **[gpu-screen-recorder](https://git.dec05eba.com/gpu-screen-recorder/about/)** — Hardware-accelerated screen recording diff --git a/src/dbus/tray/tray_service.cpp b/src/dbus/tray/tray_service.cpp index d75bfd1fc..b0fe4dea3 100644 --- a/src/dbus/tray/tray_service.cpp +++ b/src/dbus/tray/tray_service.cpp @@ -421,7 +421,7 @@ bool TrayService::fetchMenuSubtree(const std::string& itemId, std::int32_t paren std::uint32_t revision = 0; DbusMenuLayout layout{}; // depth=-1 asks for the full subtree in one call so we don't round-trip - // per submenu. Matches quickshell's behavior; dbusmenu spec allows it. + // per submenu, dbusmenu spec allows it. cache.proxy->callMethod("GetLayout") .onInterface(k_menu_interface) .withTimeout(std::chrono::milliseconds(2000))