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:
parent
458471cc37
commit
998d3a98ec
2 changed files with 17 additions and 36 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue