mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-05-03 02:52:07 -04:00
frame(Motion): Restore fluid motion & Update component connections
This commit is contained in:
@@ -202,10 +202,9 @@ Singleton {
|
||||
}
|
||||
|
||||
function unloadDankDash() {
|
||||
if (!dankDashPopoutLoader)
|
||||
return;
|
||||
dankDashPopout = null;
|
||||
dankDashPopoutLoader.active = false;
|
||||
// DankDash is intentionally kept alive after first use. Destroying this
|
||||
// lazy popout during its close signal can invalidate connected overlay
|
||||
// bindings while Qt is still unwinding the signal stack.
|
||||
}
|
||||
|
||||
function toggleDankDash(tabIndex, x, y, width, section, screen) {
|
||||
|
||||
Reference in New Issue
Block a user