File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 7
7
msgid ""
8
8
msgstr "Project-Id-Version: PACKAGE VERSION\n"
9
9
"Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2025-01-13 07:48 +0200\n"
10
+ "POT-Creation-Date: 2025-01-18 19:47 +0200\n"
11
11
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12
12
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
13
"Language-Team: LANGUAGE <LL@li.org>\n"
Original file line number Diff line number Diff line change @@ -322,8 +322,9 @@ void SettingsWindow::LoadConfig(void) {
322
322
tug_starts_next_plane = B_FALSE;
323
323
(void )conf_get_b (bp_conf, " tug_starts_next_plane" , &tug_starts_next_plane);
324
324
325
- tug_auto_start = B_FALSE;
326
- (void )conf_get_b (bp_conf, " tug_auto_start" , &tug_auto_start);
325
+ // feature disabled for now
326
+ // tug_auto_start = B_FALSE;
327
+ // (void)conf_get_b(bp_conf, "tug_auto_start", &tug_auto_start);
327
328
328
329
initMonitorOrigin ();
329
330
@@ -695,6 +696,7 @@ void SettingsWindow::buildInterface() {
695
696
(void )conf_set_b (bp_conf, " tug_starts_next_plane" , tug_starts_next_plane);
696
697
}
697
698
699
+ /*
698
700
if (!tug_starts_next_plane) {
699
701
ImGui::BeginDisabled();
700
702
tug_auto_start = B_FALSE;
@@ -712,7 +714,7 @@ void SettingsWindow::buildInterface() {
712
714
if (!tug_starts_next_plane) {
713
715
ImGui::EndDisabled();
714
716
}
715
-
717
+ */
716
718
ImGui::TableNextRow ();
717
719
ImGui::TableNextColumn ();
718
720
ImGui::Text (" %s" , _ (" Eye Tracker Plugin Exclusion" ));
Original file line number Diff line number Diff line change @@ -1062,7 +1062,9 @@ bp_priv_enable(void)
1062
1062
(void ) conf_get_b (bp_conf ,"tug_starts_next_plane" , & tug_starts_next_plane );
1063
1063
1064
1064
tug_auto_start = B_FALSE ;
1065
- (void ) conf_get_b (bp_conf ,"tug_auto_start" , & tug_auto_start );
1065
+ // feature disabled for now.. waiting for a better UI paradigm
1066
+ //(void) conf_get_b(bp_conf,"tug_auto_start", &tug_auto_start);
1067
+ //
1066
1068
1067
1069
prefs_enable = B_TRUE ;
1068
1070
start_pb_enable = B_TRUE ;
You can’t perform that action at this time.
0 commit comments