mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 09:27:45 +00:00
DisplaySettings: Use LibConfig where possible
Some places here still need to open `/etc/WindowServer.ini` which we can't do with th ConfigServer yet.
This commit is contained in:
parent
d276657f85
commit
8fdb435d24
3 changed files with 8 additions and 5 deletions
|
@ -23,4 +23,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_app(DisplaySettings ICON app-display-settings)
|
||||
target_link_libraries(DisplaySettings LibGUI)
|
||||
target_link_libraries(DisplaySettings LibGUI LibConfig)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue