diff options
author | aunsane <aunsane@gmail.com> | 2018-02-03 20:12:34 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2018-02-03 20:12:55 +0300 |
commit | 106cab98d0aa170af4c96a34f4886597ec0496a6 (patch) | |
tree | 9d41697924a55e796140f24fb8b2cae5415580a2 /protocols/Steam/src/steam_options.h | |
parent | 8b66865f9082099a0735ef82ca5eaa88c1b548b4 (diff) |
Steam: added polling error limit setting
Diffstat (limited to 'protocols/Steam/src/steam_options.h')
-rw-r--r-- | protocols/Steam/src/steam_options.h | 3 |
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);
|