Added settings.ini

This commit is contained in:
2025-11-23 19:08:35 +01:00
parent adec55526e
commit f0a6b0d974
9 changed files with 258 additions and 26 deletions

View File

@ -43,6 +43,8 @@ public:
void shuffle(); // randomize order
void start(); // begin playback
void toggleMute();
void setMuted(bool m);
bool isMuted() const { return muted; }
// Menu music support
void setMenuTrack(const std::string& path);