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