summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelvoicedevicesettings.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-08-03 22:42:37 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-08-03 22:42:37 +0300
commit08484cec5ac1933fdc689ddd3dcbca72229f8118 (patch)
tree0953fea968c7c6d6510db1a4078f58b4fff91b15 /indra/newview/llpanelvoicedevicesettings.h
parenta26573fefe2a3599c1c920722dec519c9481dc64 (diff)
SL-18049 Part 2; Added a button to preferences to enable sound when possible
Diffstat (limited to 'indra/newview/llpanelvoicedevicesettings.h')
-rw-r--r--indra/newview/llpanelvoicedevicesettings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelvoicedevicesettings.h b/indra/newview/llpanelvoicedevicesettings.h
index 355bc02b05..6b85d4e540 100644
--- a/indra/newview/llpanelvoicedevicesettings.h
+++ b/indra/newview/llpanelvoicedevicesettings.h
@@ -55,12 +55,14 @@ protected:
void onCommitOutputDevice();
void onOutputDevicesClicked();
void onInputDevicesClicked();
+ void onCommitRetry();
F32 mMicVolume;
std::string mInputDevice;
std::string mOutputDevice;
class LLComboBox *mCtrlInputDevices;
class LLComboBox *mCtrlOutputDevices;
+ class LLButton *mRetryBtn;
BOOL mDevicesUpdated;
bool mUseTuningMode;
std::map<std::string, std::string> mLocalizedDeviceNames;