forked from quickshell/quickshell
service/tray: add activate, secondaryActivate and scroll methods
This commit is contained in:
parent
94a1140aab
commit
97bcdbecc1
5 changed files with 25 additions and 6 deletions
|
@ -22,9 +22,7 @@ void ProxyPopupWindow::completeWindow() {
|
|||
this->updateTransientParent();
|
||||
}
|
||||
|
||||
void ProxyPopupWindow::postCompleteWindow() {
|
||||
this->ProxyWindowBase::setVisible(this->mVisible);
|
||||
}
|
||||
void ProxyPopupWindow::postCompleteWindow() { this->ProxyWindowBase::setVisible(this->mVisible); }
|
||||
|
||||
bool ProxyPopupWindow::deleteOnInvisible() const {
|
||||
// Currently crashes in normal mode, do not have the time to debug it now.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue