mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-06 19:14:57 +11:00
core/window: fix QsWindow being null for WlrLayershell
This commit is contained in:
parent
fb37be7611
commit
3cc7ced3a0
2 changed files with 3 additions and 2 deletions
|
|
@ -220,7 +220,7 @@ protected:
|
|||
|
||||
private:
|
||||
ProxyWindowBase* mWindow = nullptr;
|
||||
WindowInterface* mWindowInterface = nullptr;
|
||||
QObject* mWindowInterface = nullptr;
|
||||
|
||||
void setWindow(ProxyWindowBase* window);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue