From 5d2464cbb9fd91efb795df86d276dd56471fd5ce Mon Sep 17 00:00:00 2001 From: elros34 Date: Fri, 17 Aug 2018 13:06:27 +0200 Subject: [PATCH] Configurable key release feedback --- util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.cpp b/util.cpp index 4972a59..64ca292 100644 --- a/util.cpp +++ b/util.cpp @@ -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