forked from quickshell/quickshell
all: remove NVIDIA workarounds
They fixed the driver.
This commit is contained in:
parent
7d20b472dd
commit
29f02d837d
4 changed files with 0 additions and 17 deletions
|
@ -157,14 +157,7 @@ void ProxyWindowBase::completeWindow() {
|
|||
}
|
||||
|
||||
bool ProxyWindowBase::deleteOnInvisible() const {
|
||||
#ifdef NVIDIA_COMPAT
|
||||
// Nvidia drivers and Qt do not play nice when hiding and showing a window
|
||||
// so for nvidia compatibility we can never reuse windows if they have been
|
||||
// hidden.
|
||||
return true;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
QQuickWindow* ProxyWindowBase::backingWindow() const { return this->window; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue