mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 23:42:51 -05:00
refactor: perf improvement stopping singletons with ref
Also switch to scale+opacity anims with custom curve
This commit is contained in:
@@ -317,8 +317,8 @@ Rectangle {
|
||||
|
||||
x: 0
|
||||
y: 0
|
||||
width: mediaPlayerWidget.width
|
||||
height: mediaPlayerWidget.height
|
||||
width: mediaPlayer.width
|
||||
height: mediaPlayer.height
|
||||
enabled: progressMouseArea.isSeeking
|
||||
visible: false
|
||||
preventStealing: true
|
||||
|
||||
Reference in New Issue
Block a user