forked from quickshell/quickshell
core/window: ensure window cannot be made visible during reload
This causes duplicate windows.
This commit is contained in:
parent
9625129844
commit
9cbd5abd96
2 changed files with 4 additions and 1 deletions
|
@ -129,6 +129,7 @@ protected:
|
|||
PendingRegion* mMask = nullptr;
|
||||
QQuickWindow* window = nullptr;
|
||||
QQuickItem* mContentItem = nullptr;
|
||||
bool reloadComplete = false;
|
||||
|
||||
private:
|
||||
void updateMask();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue