Skip to content

RunCommand: make faded completion text match casing of typed text

Reason for the change

Otherwise the labels won't line up perfectly if the user types a string that's a case insensitive match for something in the history, leading to visual hilarity.

Test plan

  1. Alt+Space to open KRunner
  2. Type "okular" to find Okular, and hit Return/Enter to launch it
  3. Alt+Space again
  4. Type oKuLaR

Screenshots

Before After
image image

Bugs fixed

BUG: 497603 FIXED-IN: 6.3.0

Merge request reports

Loading