SUMMARY When you click on the the "switch users" button the account list below the current account should be separated. STEPS TO REPRODUCE 1. Click the "switch users" button OBSERVED RESULT The list below the active account is not visually separated EXPECTED RESULT The list should be easily distinguishable from the active account. For example with a separator line or a label. SOFTWARE/OS VERSIONS KDE Frameworks Version: 5.113.0 Qt Version: 5.15.11
Git commit 0963950b48978b1793c2cda7a5dc181d4899861c by Joshua Goins. Committed on 10/01/2024 at 16:31. Pushed by redstrate into branch 'master'. Visually separate the active account from the list in the switcher M +10 -1 src/content/ui/UserInfo.qml https://invent.kde.org/network/tokodon/-/commit/0963950b48978b1793c2cda7a5dc181d4899861c
(In reply to Joshua Goins from comment #1) > Git commit 0963950b48978b1793c2cda7a5dc181d4899861c by Joshua Goins. > Committed on 10/01/2024 at 16:31. > Pushed by redstrate into branch 'master'. > > Visually separate the active account from the list in the switcher > > M +10 -1 src/content/ui/UserInfo.qml > > https://invent.kde.org/network/tokodon/-/commit/ > 0963950b48978b1793c2cda7a5dc181d4899861c Thank you very much!