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

ThemeEditor: Add 'Open file' menu action

This commit is contained in:
Karol Kosek 2021-08-25 22:37:15 +02:00 committed by Andreas Kling
parent f878e4464f
commit 23137f0a8d
3 changed files with 19 additions and 0 deletions

View file

@ -21,6 +21,7 @@ public:
const Gfx::Palette& preview_palette() const { return m_preview_palette; }
void set_preview_palette(const Gfx::Palette&);
void set_theme_from_file(String const& path, int fd);
private:
explicit PreviewWidget(const Gfx::Palette&);