Skip to content

Commit

Permalink
fix: deprecation warning wrong name
Browse files Browse the repository at this point in the history
  • Loading branch information
horriblename committed Jun 1, 2024
1 parent 2372438 commit 72c3d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
Expand Down

0 comments on commit 72c3d14

Please sign in to comment.