mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19: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();
|
||||
|
||||
if (DeprecatedString(path).is_empty()) {
|
||||
if (path.is_empty()) {
|
||||
main_widget->editor().set_text(R"~~~(@GUI::Frame {
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue