1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 20:17:46 +00:00

SoundPlayer: Keep track of the selected visualization in the config

This commit is contained in:
Caoimhe 2023-03-19 17:00:55 +00:00 committed by Linus Groh
parent 4c49e0f4a3
commit 23d31ac11d
3 changed files with 34 additions and 3 deletions

View file

@ -19,4 +19,4 @@ set(SOURCES
)
serenity_app(SoundPlayer ICON app-sound-player)
target_link_libraries(SoundPlayer PRIVATE LibAudio LibCore LibDSP LibGfx LibGUI LibIPC LibMain LibThreading LibImageDecoderClient)
target_link_libraries(SoundPlayer PRIVATE LibAudio LibConfig LibCore LibDSP LibGfx LibGUI LibIPC LibMain LibThreading LibImageDecoderClient)