mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:47:35 +00:00
TextEditor+LibGUI: Use unveil and FileSystemAccessServer
Making use of the new FileSystemAccessServer we are able to use unveil without restricting our ability to open and save files. A file argument will be unveiled automatically however all other files require user action via the FileSystemAccessServer to gain access.
This commit is contained in:
parent
41ce2debda
commit
73ae5200a9
6 changed files with 109 additions and 18 deletions
|
@ -2,7 +2,7 @@ serenity_component(
|
|||
TextEditor
|
||||
RECOMMENDED
|
||||
TARGETS TextEditor
|
||||
DEPENDS ImageDecoder RequestServer WebContent
|
||||
DEPENDS ImageDecoder RequestServer WebContent FileSystemAccessServer
|
||||
)
|
||||
|
||||
compile_gml(TextEditorWindow.gml TextEditorWindowGML.h text_editor_window_gml)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue