Skip to content

Commit

Permalink
Cleanup ADHD "Use Window Focus" tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaldaien committed Dec 29, 2024
1 parent bc64a57 commit 6e65047
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/control_panel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2142,10 +2142,14 @@ SK_Display_ResolutionSelectUI (bool bMarkDirty)
ImGui::Separator ( );
ImGui::Spacing ( );
ImGui::Spacing ( );
ImGui::Spacing ( );
ImGui::SameLine ( );
ImGui::TextUnformatted ("To have -ONLY- applications on other monitors "
"disengage ADHD mode:");
ImGui::Spacing ( );
ImGui::Spacing ( );
ImGui::Spacing ( );
ImGui::SameLine ( );
ImGui::TreePush ("");
ImGui::BulletText ("Enable Multitasking-on-Top\t(Window Management | Style and Position)");
ImGui::BulletText ("Turn off \"Use Window Focus\"");
Expand Down

0 comments on commit 6e65047

Please sign in to comment.