Skip to content

Commit 0598615

Browse files
committed
Enable use 360 checkbox for 60DF 720
1 parent 01650fa commit 0598615

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

irFFB/settings.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,10 @@ void Settings::setFfbType(int type) {
7676
return;
7777
ffbType = type;
7878
SendMessage(ffbWnd, CB_SETCURSEL, ffbType, 0);
79-
EnableWindow(use360Wnd, ffbType == FFBTYPE_DIRECT_FILTER);
80-
79+
EnableWindow(
80+
use360Wnd,
81+
ffbType == FFBTYPE_DIRECT_FILTER || ffbType == FFBTYPE_DIRECT_FILTER_720
82+
);
8183
}
8284
int Settings::getFfbType() { return ffbType; }
8385

0 commit comments

Comments
 (0)