mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 11:37:45 +00:00
HexEditor: Use FileSystemAccessClient, add unveils
Most of the code here is based off the implementation of how TextEditor uses FileSystemAccessClient.
This commit is contained in:
parent
eae21c7e31
commit
8f2521ce52
6 changed files with 109 additions and 31 deletions
|
@ -20,4 +20,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_app(HexEditor ICON app-hex-editor)
|
||||
target_link_libraries(HexEditor LibGUI LibConfig)
|
||||
target_link_libraries(HexEditor LibGUI LibConfig LibFileSystemAccessClient)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue