Skip to content

Commit

Permalink
reword log
Browse files Browse the repository at this point in the history
  • Loading branch information
horriblename committed Jun 2, 2024
1 parent 033aa49 commit 16aef55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GestureManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ bool GestureManager::handleDragGesture(const DragGesture& gev) {
// pressed only matters for mouse binds: only start of drag gestures should set it to true
bool GestureManager::handleGestureBind(std::string bind, bool pressed) {
bool found = false;
Debug::log(LOG, "[hyprgrass] Gesture Triggered: {}", bind);
Debug::log(LOG, "[hyprgrass] Looking for binds matching: {}", bind);

auto allBinds = std::ranges::views::join(std::array{g_pKeybindManager->m_lKeybinds, this->internalBinds});

Expand Down

0 comments on commit 16aef55

Please sign in to comment.