Small fix

This commit is contained in:
Nicolas Mailloux 2023-09-09 19:05:16 -04:00 committed by GitHub
parent fc09ec2ca8
commit 34e323131e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -155,7 +155,7 @@ void audioDialog::refreshFileList() {
// For example in this path: '/mnt/onboard/onboard/music/' (with '/' at the end) // For example in this path: '/mnt/onboard/onboard/music/' (with '/' at the end)
QString path = readFile(".config/e-2-audio/path").replace("\n", ""); QString path = readFile(".config/e-2-audio/path").replace("\n", "");
// Needed by gui apps // Needed by GUI user apps
if(path.isEmpty()) { if(path.isEmpty()) {
path = "/mnt/onboard/onboard/music/"; path = "/mnt/onboard/onboard/music/";
} }