mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:27:35 +00:00
DisplaySettings: Use FileSystemAccessServer instead of FilePicker
Make a call to the FileSystemAccessServer instead of using FilePicker to select a new wallpaper in BackgroundSettings.
This commit is contained in:
parent
150ffc7336
commit
ad5abc9a8f
2 changed files with 6 additions and 10 deletions
|
@ -33,4 +33,4 @@ set(GENERATED_SOURCES
|
|||
)
|
||||
|
||||
serenity_app(DisplaySettings ICON app-display-settings)
|
||||
target_link_libraries(DisplaySettings PRIVATE LibCore LibDesktop LibGfx LibGUI LibConfig LibIPC LibMain LibEDID LibThreading)
|
||||
target_link_libraries(DisplaySettings PRIVATE LibCore LibDesktop LibGfx LibGUI LibConfig LibIPC LibMain LibEDID LibThreading LibFileSystemAccessClient)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue