mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
GMLPlayground: Remove one DeprecatedString usage
This commit is contained in:
parent
5fd4d34880
commit
94f408097a
Notes:
sideshowbarker
2024-07-17 02:39:10 +09:00
Author: https://github.com/krkk
Commit: 94f408097a
Pull-request: https://github.com/SerenityOS/serenity/pull/18747
Reviewed-by: https://github.com/AtkinsSJ
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