mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 02:07:35 +00:00
GMLPlayground: Remove one DeprecatedString usage
This commit is contained in:
parent
5fd4d34880
commit
94f408097a
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||||
|
|
||||||
window->show();
|
window->show();
|
||||||
|
|
||||||
if (DeprecatedString(path).is_empty()) {
|
if (path.is_empty()) {
|
||||||
main_widget->editor().set_text(R"~~~(@GUI::Frame {
|
main_widget->editor().set_text(R"~~~(@GUI::Frame {
|
||||||
layout: @GUI::VerticalBoxLayout {
|
layout: @GUI::VerticalBoxLayout {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue