mirror of https://github.com/KDE/kasts.git
Properly implement MPRIS Raise() method
This commit is contained in:
parent
b776dd22cb
commit
9ae93dd064
|
@ -132,7 +132,10 @@ Kirigami.ApplicationWindow {
|
|||
|
||||
onRaisePlayer:
|
||||
{
|
||||
// TODO: implement
|
||||
root.visible = true
|
||||
root.show()
|
||||
root.raise()
|
||||
root.requestActivate()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue