mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-04 00:38:59 -04:00
Make prelaunch fade out smoother
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user