summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/steam_options.h
diff options
context:
space:
mode:
authoraunsane <aunsane@gmail.com>2018-02-03 20:12:34 +0300
committeraunsane <aunsane@gmail.com>2018-02-03 20:12:55 +0300
commit106cab98d0aa170af4c96a34f4886597ec0496a6 (patch)
tree9d41697924a55e796140f24fb8b2cae5415580a2 /protocols/Steam/src/steam_options.h
parent8b66865f9082099a0735ef82ca5eaa88c1b548b4 (diff)
Steam: added polling error limit setting
Diffstat (limited to 'protocols/Steam/src/steam_options.h')
-rw-r--r--protocols/Steam/src/steam_options.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/Steam/src/steam_options.h b/protocols/Steam/src/steam_options.h
index 5aca344e28..388bf2c70a 100644
--- a/protocols/Steam/src/steam_options.h
+++ b/protocols/Steam/src/steam_options.h
@@ -11,6 +11,9 @@ private:
CCtrlCheck m_biggerAvatars;
CCtrlCheck m_showChatEvents;
+ CCtrlEdit m_pollingErrorLimit;
+ CCtrlSpin m_pollingErrorLimitSpin;
+
protected:
CSteamOptionsMain(CSteamProto *proto, int idDialog, HWND hwndParent = NULL);