@@ -1447,14 +1447,14 @@ SKIF_UI_Tab_DrawSettings (void)
1447
1447
ImGui::TextColored (ImGui::GetStyleColorVec4 (ImGuiCol_SKIF_Info), ICON_FA_LIGHTBULB);
1448
1448
SKIF_ImGui_SetHoverTip (" This enables the use of Xbox controllers to navigate within this app." );
1449
1449
1450
- if ( ImGui::Checkbox ( " Automatically install new updates" , &_registry.bAutoUpdate ) )
1451
- _registry.regKVAutoUpdate .putData ( _registry.bAutoUpdate );
1450
+ if ( ImGui::Checkbox ( " Automatically install new updates" , &_registry.bAutoUpdate ) )
1451
+ _registry.regKVAutoUpdate .putData ( _registry.bAutoUpdate );
1452
1452
1453
- if ( ImGui::Checkbox ( " Always open this app on the same monitor as the mouse " , &_registry.bOpenAtCursorPosition ) )
1454
- _registry.regKVOpenAtCursorPosition .putData ( _registry.bOpenAtCursorPosition );
1453
+ if ( ImGui::Checkbox ( " Open this app on the same monitor as the " ICON_FA_ARROW_POINTER , &_registry.bOpenAtCursorPosition ) )
1454
+ _registry.regKVOpenAtCursorPosition .putData ( _registry.bOpenAtCursorPosition );
1455
1455
1456
- if ( ImGui::Checkbox ( " Always open this app in the smaller service mode view" , &_registry.bOpenInServiceMode ) )
1457
- _registry.regKVOpenInServiceMode .putData ( _registry.bOpenInServiceMode );
1456
+ if ( ImGui::Checkbox ( " Open this app in the smaller service mode view" , &_registry.bOpenInServiceMode ) )
1457
+ _registry.regKVOpenInServiceMode .putData ( _registry.bOpenInServiceMode );
1458
1458
1459
1459
/*
1460
1460
if (! SKIF_Util_GetDragFromMaximized ( ))
@@ -1472,10 +1472,12 @@ SKIF_UI_Tab_DrawSettings (void)
1472
1472
}
1473
1473
*/
1474
1474
1475
- if (ImGui::Checkbox (" Do not stop the injection service when this app closes " ,
1475
+ if (ImGui::Checkbox (" Do not stop the injection service on exit " ,
1476
1476
&_registry.bAllowBackgroundService ))
1477
1477
_registry.regKVAllowBackgroundService .putData ( _registry.bAllowBackgroundService );
1478
1478
1479
+ SKIF_ImGui_SetHoverTip (" This allows the injection service to remain running even after this app has been closed." );
1480
+
1479
1481
if (_registry.bCloseToTray )
1480
1482
{
1481
1483
ImGui::BeginGroup ( );
0 commit comments