forked from quickshell/quickshell
service/mpris: preserve mpris watcher and players across reload
This commit is contained in:
parent
9d5dd402b9
commit
b1f5a5eb94
4 changed files with 29 additions and 11 deletions
|
@ -156,9 +156,7 @@ void ProxyWindowBase::completeWindow() {
|
|||
emit this->screenChanged();
|
||||
}
|
||||
|
||||
bool ProxyWindowBase::deleteOnInvisible() const {
|
||||
return false;
|
||||
}
|
||||
bool ProxyWindowBase::deleteOnInvisible() const { return false; }
|
||||
|
||||
QQuickWindow* ProxyWindowBase::backingWindow() const { return this->window; }
|
||||
QQuickItem* ProxyWindowBase::contentItem() const { return this->mContentItem; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue