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
+1 -1
View File
@@ -49,7 +49,7 @@ public:
uniqueAddresses() const;
void
serialize(QSettings& settings) const;
serialize(QSettings& settings, bool serializeApps) const;
enum PairState
{