mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:37:35 +00:00
ThemeEditor: Add a recent files list
This commit is contained in:
parent
16240942ba
commit
200892868a
3 changed files with 21 additions and 2 deletions
|
@ -9,6 +9,7 @@
|
|||
*/
|
||||
|
||||
#include "MainWidget.h"
|
||||
#include <LibConfig/Client.h>
|
||||
#include <LibCore/ArgsParser.h>
|
||||
#include <LibCore/System.h>
|
||||
#include <LibFileSystem/FileSystem.h>
|
||||
|
@ -27,6 +28,9 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
|
||||
auto app = TRY(GUI::Application::create(arguments));
|
||||
|
||||
Config::pledge_domain("ThemeEditor");
|
||||
app->set_config_domain(TRY("ThemeEditor"_string));
|
||||
|
||||
StringView file_to_edit;
|
||||
|
||||
Core::ArgsParser parser;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue