mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:47:44 +00:00
ThemeEditor: Add 'Open file' menu action
This commit is contained in:
parent
f878e4464f
commit
23137f0a8d
3 changed files with 19 additions and 0 deletions
|
@ -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&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue