mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:07:34 +00:00
ThemeEditor: Use FileSystemAccessClient::try_* APIs
This commit is contained in:
parent
f674102447
commit
abb16683c9
3 changed files with 18 additions and 21 deletions
|
@ -25,7 +25,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);
|
||||
void set_theme_from_file(Core::File&);
|
||||
|
||||
void set_color_filter(OwnPtr<Gfx::ColorBlindnessFilter>);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue