mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
FontEditor: Disambiguate save function from save-as action
This commit is contained in:
parent
c2b7bbbb2c
commit
8f60ea4470
Notes:
sideshowbarker
2024-07-17 20:44:21 +09:00
Author: https://github.com/thankyouverycool
Commit: 8f60ea4470
Pull-request: https://github.com/SerenityOS/serenity/pull/11947
2 changed files with 5 additions and 4 deletions
|
@ -24,7 +24,7 @@ public:
|
|||
virtual ~FontEditorWidget() override;
|
||||
|
||||
bool open_file(String const&);
|
||||
bool save_as(String const&);
|
||||
bool save_file(String const&);
|
||||
bool request_close();
|
||||
void update_title();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue