Skip to content

plasmaquick: Use rootItem title property in the ConfigView titlebar

If the rootItem's QML source specifies a title such as "Wallpaper" or "Keyboard Shortcuts", this will produce window titles such as:

  • "Wallpaper — Desktop Settings"
  • "Keyboard Shortcuts — Application Launcher Settings".

If no title is defined by the rootItem, we'll stick with just "Desktop Settings" or "Application Launcher Settings" like before.

Merge request reports