Mercurial > minori
diff include/core/config.h @ 149:e41505d24733
players: filter out web browsers, they aren't even supported in animia yet
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Tue, 14 Nov 2023 13:40:11 -0500 |
parents | 6fdf0632c003 |
children | ffa535b6d630 |
line wrap: on
line diff
--- a/include/core/config.h Tue Nov 14 13:27:13 2023 -0500 +++ b/include/core/config.h Tue Nov 14 13:40:11 2023 -0500 @@ -44,6 +44,8 @@ struct { public: bool detect_media_players; + /* preferably web browsers would be in a separate vector, + but whatever :/ */ std::vector<std::pair<bool, animia::Player>> players; } recognition;