Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Configurable key release feedback
  • Loading branch information
elros34 committed Aug 23, 2018
1 parent 85ae802 commit 5d2464c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util.cpp
Expand Up @@ -154,7 +154,7 @@ void Util::keyPressFeedback()

void Util::keyReleaseFeedback()
{
if( !settingsValue("ui/keyPressFeedback", true).toBool() )
if( !settingsValue("ui/keyReleaseFeedback", true).toBool() )
return;

// TODO: check what's more comfortable, only press, or press and release
Expand Down

0 comments on commit 5d2464c

Please sign in to comment.