We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7a17b commit 280489aCopy full SHA for 280489a
src/runtime/window/manager.cc
@@ -463,7 +463,7 @@ namespace ssc::runtime::window {
463
{"utility", this->options.utility},
464
{"status", this->status},
465
{"readyState", readyState},
466
- {"origin", this->options.origin},
+ {"origin", this->options.origin.str()},
467
{"aspectRatio", this->options.aspectRatio},
468
{"titlebarStyle", this->options.titlebarStyle},
469
{"windowControlOffsets", this->options.windowControlOffsets},
0 commit comments