1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 23:17:45 +00:00

ThemeEditor: Add Actions to save preview_palette to theme file

This patch adds a save and save as Action to the file menu allowing
to export all colors into an ini file.
This commit is contained in:
networkException 2021-08-19 00:07:39 +02:00 committed by Andreas Kling
parent acde7d12b0
commit d51072629d
2 changed files with 43 additions and 7 deletions

View file

@ -9,4 +9,4 @@ set(SOURCES
)
serenity_app(ThemeEditor ICON app-theme-editor)
target_link_libraries(ThemeEditor LibGUI)
target_link_libraries(ThemeEditor LibGUI LibFileSystemAccessClient)