1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:57:45 +00:00

GMLPlayground: Remove one DeprecatedString usage

This commit is contained in:
Karol Kosek 2023-05-09 17:22:37 +02:00 committed by Sam Atkins
parent 5fd4d34880
commit 94f408097a

View file

@ -55,7 +55,7 @@ ErrorOr<int> 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 {
}