summaryrefslogtreecommitdiffhomepage
path: root/proto-ft/ftnoir_protocol_ft_dialog.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-04-06 16:25:05 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-04-06 16:25:05 +0200
commit926b2b16c8df2e7c54de10780860176d2277e9b1 (patch)
tree3424a07f6ef6e226a59f4006777c6d6bd620fc05 /proto-ft/ftnoir_protocol_ft_dialog.cpp
parent5ac80f5ed0dfff50af05d064401c37f88a28f894 (diff)
proto/ft: make clear registry path on quit optional
Make clearing the dll path optional, defaulting to false. See previous commit. It has a side effect of games started before opentrack not seeing any dll path, and loading nothing. That is, opentrack only functions when tracking is started before a game is started. Issue: #332
Diffstat (limited to 'proto-ft/ftnoir_protocol_ft_dialog.cpp')
-rwxr-xr-x[-rw-r--r--]proto-ft/ftnoir_protocol_ft_dialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto-ft/ftnoir_protocol_ft_dialog.cpp b/proto-ft/ftnoir_protocol_ft_dialog.cpp
index 25f3a4cb..da00a03a 100644..100755
--- a/proto-ft/ftnoir_protocol_ft_dialog.cpp
+++ b/proto-ft/ftnoir_protocol_ft_dialog.cpp
@@ -21,6 +21,7 @@ FTControls::FTControls()
connect(ui.bntLocateNPClient, SIGNAL(clicked()), this, SLOT(selectDLL()));
tie_setting(s.useTIRViews, ui.chkTIRViews);
+ tie_setting(s.close_protocols_on_exit, ui.close_on_exit);
ui.cbxSelectInterface->addItem("Enable both");
ui.cbxSelectInterface->addItem("Use FreeTrack, hide TrackIR");