Нормальное отображение системных сообщений

This commit is contained in:
jganenok
2025-12-01 21:29:23 +07:00
parent ba1a954c5b
commit 467d3560bd
5 changed files with 24 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ class SpoofingService {
'locale': prefs.getString('spoof_locale'),
'device_id': prefs.getString('spoof_deviceid'),
'device_type': prefs.getString('spoof_devicetype'),
'app_version': prefs.getString('spoof_appversion') ?? '25.10.10',
'app_version': prefs.getString('spoof_appversion') ?? '25.12.1',
};
}
}