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

Spider: Use LibConfig instead of Core::ConfigFile

There was a lot of error handling here previously when writing to
a config file failed, but this was removed since we have no way of
conveying a `Config::write` failure from the ConfigServer.
This commit is contained in:
Mustafa Quraish 2021-08-26 20:28:21 -04:00 committed by Andreas Kling
parent 458471cc37
commit 998d3a98ec
2 changed files with 17 additions and 36 deletions

View file

@ -13,4 +13,4 @@ set(SOURCES
)
serenity_app(Spider ICON app-spider)
target_link_libraries(Spider LibCards LibGUI LibGfx LibCore)
target_link_libraries(Spider LibCards LibGUI LibGfx LibCore LibConfig)