2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00
This commit is contained in:
John Preston
2015-10-18 14:53:06 +02:00
3 changed files with 35 additions and 5 deletions

View File

@@ -1891,7 +1891,7 @@ void MainWidget::documentPlayProgress(const SongMsgId &songId) {
name = pattern.isEmpty() ? qsl(".unknown") : pattern.replace('*', QString());
}
if (pattern.isEmpty()) {
filter = qsl("All files (*.*)");
filter = QString();
} else {
filter = mimeType.filterString() + qsl(";;All files (*.*)");
}