https://bugs.kde.org/show_bug.cgi?id=507225
--- Comment #3 from postix <pos...@posteo.eu> --- Sorry, I was mistaken, this information was already hidden in 6.3 (keyword visible: kcm.multipleScreensAvailable) In 6.3 the top row was already hidden to re-arrange screens: * https://invent.kde.org/plasma/kscreen/-/blob/Plasma/6.3/kcm/ui/ScreenView.qml However the combobox was still shown if I remember and read the qml part correctly. * https://invent.kde.org/plasma/kscreen/-/blob/Plasma/6.3/kcm/ui/Panel.qml#L29 In 6.4 the code has changed a bit and it looks like it shows devices now in a Navigation Scroll View instead of a combobox: * https://invent.kde.org/plasma/kscreen/-/blob/v6.4.3/kcm/ui/main.qml#L301 -- You are receiving this mail because: You are watching all bug changes.