Index: sources/gui/qml/components/MainMenu.qml =================================================================== diff -u -r95e6c532f484567c0ac6c4f64dc9a79128b0a975 -r6992763b4202285e647a9aafbdf6752e5707bfe2 --- sources/gui/qml/components/MainMenu.qml (.../MainMenu.qml) (revision 95e6c532f484567c0ac6c4f64dc9a79128b0a975) +++ sources/gui/qml/components/MainMenu.qml (.../MainMenu.qml) (revision 6992763b4202285e647a9aafbdf6752e5707bfe2) @@ -108,7 +108,6 @@ text.text : model.text border.width: 0 pixelSize : titlePixelSize - text.font.weight: _delegateControl.ListView.isCurrentItem ? Font.Medium : Font.Normal onPressed: { if (_listView.currentIndex !== index) {