From 28e07331acf45edb380c094179cef6ea5adeb010 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Fri, 17 Sep 2021 23:15:14 +0300 Subject: SL-15594 Ignore voice keys when keybinding is waiting for a key --- indra/newview/llsetkeybinddialog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/newview/llsetkeybinddialog.h') diff --git a/indra/newview/llsetkeybinddialog.h b/indra/newview/llsetkeybinddialog.h index a34b952233..24dfa1dbfd 100644 --- a/indra/newview/llsetkeybinddialog.h +++ b/indra/newview/llsetkeybinddialog.h @@ -76,6 +76,8 @@ public: static void onDefault(void* user_data); static void onClickTimeout(void* user_data, MASK mask); + static bool isRecording() { return sRecordKeys; } + class Updater; private: -- cgit v1.2.3