Skip to content

Commit

Permalink
fix(runtime/window/manager.cc): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerle committed Jan 30, 2025
1 parent 1b7a17b commit 280489a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/window/manager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ namespace ssc::runtime::window {
{"utility", this->options.utility},
{"status", this->status},
{"readyState", readyState},
{"origin", this->options.origin},
{"origin", this->options.origin.str()},
{"aspectRatio", this->options.aspectRatio},
{"titlebarStyle", this->options.titlebarStyle},
{"windowControlOffsets", this->options.windowControlOffsets},
Expand Down

0 comments on commit 280489a

Please sign in to comment.