We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fd4d34 commit 94f4080Copy full SHA for 94f4080
Userland/DevTools/GMLPlayground/main.cpp
@@ -55,7 +55,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
55
56
window->show();
57
58
- if (DeprecatedString(path).is_empty()) {
+ if (path.is_empty()) {
59
main_widget->editor().set_text(R"~~~(@GUI::Frame {
60
layout: @GUI::VerticalBoxLayout {
61
}
0 commit comments