1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 08:07:44 +00:00

AudioApplet: Use LibConfig instead of Core::ConfigFile

No longer need to store `RefPtr<Core::ConfigFile>` :^)
This commit is contained in:
Mustafa Quraish 2021-08-27 09:37:36 -04:00 committed by Andreas Kling
parent 0af3855fb9
commit c646efaf49
2 changed files with 10 additions and 20 deletions

View file

@ -9,4 +9,4 @@ set(SOURCES
)
serenity_app(Audio.Applet ICON audio-volume-high)
target_link_libraries(Audio.Applet LibGUI LibGfx LibAudio LibCore)
target_link_libraries(Audio.Applet LibGUI LibGfx LibAudio LibCore LibConfig)