diff --git a/Userland/DevTools/GMLPlayground/main.cpp b/Userland/DevTools/GMLPlayground/main.cpp index 31285ad304..323ede41a2 100644 --- a/Userland/DevTools/GMLPlayground/main.cpp +++ b/Userland/DevTools/GMLPlayground/main.cpp @@ -55,7 +55,7 @@ ErrorOr serenity_main(Main::Arguments arguments) window->show(); - if (DeprecatedString(path).is_empty()) { + if (path.is_empty()) { main_widget->editor().set_text(R"~~~(@GUI::Frame { layout: @GUI::VerticalBoxLayout { }