mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:07:46 +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:
parent
acde7d12b0
commit
d51072629d
2 changed files with 43 additions and 7 deletions
|
@ -9,4 +9,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_app(ThemeEditor ICON app-theme-editor)
|
||||
target_link_libraries(ThemeEditor LibGUI)
|
||||
target_link_libraries(ThemeEditor LibGUI LibFileSystemAccessClient)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue