added field containing application platform to backup file, added feature to clear appsSplitTunneling list from backup file if backup was made on other platform

This commit is contained in:
Mitternacht822 2025-06-27 17:23:41 +04:00
parent 17ee1c837a
commit 4d8bba3ef8
4 changed files with 46 additions and 9 deletions

View file

@ -136,6 +136,8 @@ private:
QString m_appVersion;
QString getPlatform();
QDateTime m_loggingDisableDate;
bool m_isDevModeEnabled = false;