From 72c3d1461c6d261bab13c1f42be0b49241e4ab1b Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Sat, 1 Jun 2024 19:08:52 +0200 Subject: [PATCH] fix: deprecation warning wrong name --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index fe24526..db3f96e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -97,7 +97,7 @@ APICALL EXPORT PLUGIN_DESCRIPTION_INFO PLUGIN_INIT(HANDLE handle) { HyprlandAPI::addDispatcher(PHANDLE, "touchBind", [&](std::string args) { HyprlandAPI::addNotification( - PHANDLE, "[hyprgrass] touchBind dispatcher deprecated, use the plugin:touch_gestures:bind keyword instead", + PHANDLE, "[hyprgrass] touchBind dispatcher deprecated, use the hyprgrass-bind keyword instead", CColor(0.8, 0.2, 0.2, 1.0), 5000); g_pGestureManager->touchBindDispatcher(args); });