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:
parent
0af3855fb9
commit
c646efaf49
2 changed files with 10 additions and 20 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue