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:
parent
4c49e0f4a3
commit
23d31ac11d
3 changed files with 34 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue