mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:17:44 +00:00
TextEditor: Add list of recently open files to the File menu :^)
This commit is contained in:
parent
544366ff2a
commit
5f23515796
2 changed files with 22 additions and 0 deletions
|
@ -24,6 +24,8 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
|
||||
Config::pledge_domain("TextEditor");
|
||||
|
||||
app->set_config_domain(TRY(String::from_utf8("TextEditor"sv)));
|
||||
|
||||
auto preview_mode = "auto"sv;
|
||||
char const* file_to_edit = nullptr;
|
||||
Core::ArgsParser parser;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue