Don't serialize apps for the host backup

This takes a ton of time on macOS and most of the data is just a local cache anyway
This commit is contained in:
Cameron Gutman
2023-10-01 16:13:22 -05:00
parent aa74e6930b
commit d2dc0aa1b1
3 changed files with 4 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ void NvComputer::setRemoteAddress(QHostAddress address)
this->remoteAddress = NvAddress(address, this->externalPort);
}
void NvComputer::serialize(QSettings& settings) const
void NvComputer::serialize(QSettings& settings, bool serializeApps) const
{
QReadLocker lock(&this->lock);