chore(credits) and comments

This commit is contained in:
Lemmy
2026-05-08 23:36:13 -04:00
parent 273246b99c
commit f8eeff3e8a
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -52,7 +52,6 @@ Bundled in `third_party/` and built from source:
External tools Noctalia integrates with at runtime when present: 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 - **[ddcutil](https://www.ddcutil.com/)** — External display brightness control
- **[gpu-screen-recorder](https://git.dec05eba.com/gpu-screen-recorder/about/)** — Hardware-accelerated screen recording - **[gpu-screen-recorder](https://git.dec05eba.com/gpu-screen-recorder/about/)** — Hardware-accelerated screen recording
+1 -1
View File
@@ -421,7 +421,7 @@ bool TrayService::fetchMenuSubtree(const std::string& itemId, std::int32_t paren
std::uint32_t revision = 0; std::uint32_t revision = 0;
DbusMenuLayout layout{}; DbusMenuLayout layout{};
// depth=-1 asks for the full subtree in one call so we don't round-trip // 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") cache.proxy->callMethod("GetLayout")
.onInterface(k_menu_interface) .onInterface(k_menu_interface)
.withTimeout(std::chrono::milliseconds(2000)) .withTimeout(std::chrono::milliseconds(2000))