From ed7f0479fac1d2b76686923153f9fbac5455d8bb Mon Sep 17 00:00:00 2001 From: Jakub Date: Tue, 28 Oct 2025 09:12:55 +0800 Subject: [PATCH] Fix function names for nm --- userland/system-util.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userland/system-util.el b/userland/system-util.el index 49403c7..e7eb22e 100644 --- a/userland/system-util.el +++ b/userland/system-util.el @@ -56,7 +56,7 @@ ["Networking" ("d" "Dashboard" nm-ui-dashboard) ("S" "Status" nm-status) ("w" "WiFi Browser" nm-ui-wifi-list) - ("c" "Connections" nm-ui-connections)] + ("c" "Connections" nm-ui-connections-list)] ["Bluetooth" ("l" "List Devices" bluetooth-list-devices)]) (define-key global-map (kbd "C-c o s") #'system-interactions-transient))