forked from Shinonome/dots-hyprland
proper anim for action center stackview
This commit is contained in:
@@ -11,9 +11,7 @@ Singleton {
|
||||
|
||||
function push(component) {
|
||||
if (stackView) {
|
||||
item = stackView.push(component)
|
||||
stackView.implicitWidth = item.implicitWidth
|
||||
stackView.implicitHeight = item.implicitHeight
|
||||
stackView.push(component)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user