mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-09 09:16:11 +00:00
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user