Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

display paths using the native delimiters on the main widget.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16232 a1c6a512-1295-4272-9138-f99709370657

+1 -1
+1 -1
rbutil/rbutilqt/rbutilqt.cpp
··· 283 283 if(name.isEmpty()) name = "&lt;none&gt;"; 284 284 if(mountpoint.isEmpty()) mountpoint = "&lt;invalid&gt;"; 285 285 ui.labelDevice->setText(tr("<b>%1 %2</b> at <b>%3</b>") 286 - .arg(brand, name, mountpoint)); 286 + .arg(brand, name, QDir::toNativeSeparators(mountpoint))); 287 287 } 288 288 289 289