summaryrefslogtreecommitdiff
path: root/src/core/stdautoaway
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/stdautoaway')
-rw-r--r--src/core/stdautoaway/src/options.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/stdautoaway/src/options.cpp b/src/core/stdautoaway/src/options.cpp
index 33c9a25713..ad04fdb3a3 100644
--- a/src/core/stdautoaway/src/options.cpp
+++ b/src/core/stdautoaway/src/options.cpp
@@ -59,7 +59,7 @@ public:
COptionsDlg() :
CDlgBase(g_plugin, IDD_OPT_IDLE),
edt1sttime(this, IDC_IDLE1STTIME),
- spinIdle(this, IDC_IDLESPIN),
+ spinIdle(this, IDC_IDLESPIN, 60, 1),
cmbAAStatus(this, IDC_AASTATUS),
chkShort(this, IDC_IDLESHORT),
chkLocked(this, IDC_LOCKED),
@@ -91,7 +91,6 @@ public:
{
chkOnWindows.SetState(!g_plugin.bIdleMethod);
- spinIdle.SetRange(60, 1);
spinIdle.SetPosition(g_plugin.iIdleTime1st);
for (auto &it : aa_Status)