From eff47f504fc5290e4d19ebfd1c7c34d1dba8eadd Mon Sep 17 00:00:00 2001 From: quadbyte Date: Tue, 12 Aug 2025 11:14:12 -0400 Subject: [PATCH] Better video recorder icon (matches settings) --- Modules/SidePanel/Cards/UtilitiesCard.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/SidePanel/Cards/UtilitiesCard.qml b/Modules/SidePanel/Cards/UtilitiesCard.qml index 6f04815..ec1126f 100644 --- a/Modules/SidePanel/Cards/UtilitiesCard.qml +++ b/Modules/SidePanel/Cards/UtilitiesCard.qml @@ -20,7 +20,7 @@ NBox { } // Record NIconButton { - icon: "fiber_manual_record" + icon: "videocam" } // Wallpaper NIconButton {