Associate .mp3 files with the Mp3Player application in Files browser

This commit is contained in:
Adolfo Reyna
2026-06-28 22:23:01 -04:00
parent 430f8889ac
commit 68a6ca0ce3
3 changed files with 12 additions and 0 deletions
@@ -7,5 +7,6 @@ namespace tt::app::files {
bool isSupportedAppFile(const std::string& filename);
bool isSupportedImageFile(const std::string& filename);
bool isSupportedTextFile(const std::string& filename);
bool isSupportedAudioFile(const std::string& filename);
} // namespace