summaryrefslogtreecommitdiff
path: root/Userland/Applications/GamesSettings/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Applications/GamesSettings/main.cpp')
-rw-r--r--Userland/Applications/GamesSettings/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applications/GamesSettings/main.cpp b/Userland/Applications/GamesSettings/main.cpp
index f15e3f50bf..7e22533c77 100644
--- a/Userland/Applications/GamesSettings/main.cpp
+++ b/Userland/Applications/GamesSettings/main.cpp
@@ -17,7 +17,7 @@
ErrorOr<int> serenity_main(Main::Arguments arguments)
{
TRY(Core::System::pledge("stdio rpath recvfd sendfd unix thread"));
- auto app = TRY(GUI::Application::try_create(arguments));
+ auto app = TRY(GUI::Application::create(arguments));
Config::pledge_domain("Games");
StringView selected_tab;