Make prelaunch fade out smoother

This commit is contained in:
Luke Street
2026-05-03 22:01:02 -06:00
parent dccba23980
commit c4b2e2e501
7 changed files with 18 additions and 18 deletions
-3
View File
@@ -52,9 +52,6 @@ void shutdown() noexcept {
}
Document& push_document(std::unique_ptr<Document> doc, bool show) noexcept {
if (auto* top = top_document()) {
top->hide(false);
}
Document& ret = *doc;
sDocuments.push_back({std::move(doc)});
if (show) {