Advertisement
Guest User

Untitled

a guest
Jul 5th, 2021
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. --- /usr/share/lipstick-jolla-home-qt5/notifications/NotificationActionRow.qml
  2. +++ /usr/share/lipstick-jolla-home-qt5/notifications/NotificationActionRow.qml
  3. @@ -63,7 +63,7 @@ Grid {
  4. }
  5.  
  6. opacity: _active ? 1.0 : 0.0
  7. - Behavior on opacity { FadeAnimator {}}
  8. + FadeAnimator on opacity {}
  9. enabled: _active
  10.  
  11. Repeater {
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement