diff --git a/lib/utils/data_sync.dart b/lib/utils/data_sync.dart index 04cf28b..781149e 100644 --- a/lib/utils/data_sync.dart +++ b/lib/utils/data_sync.dart @@ -100,6 +100,7 @@ class DataSync with ChangeNotifier { rhttp.ClientSettings( proxySettings: proxy == null ? null : rhttp.ProxySettings.proxy(proxy), + userAgent: "venera v${App.version}", ), ), ); @@ -172,6 +173,7 @@ class DataSync with ChangeNotifier { rhttp.ClientSettings( proxySettings: proxy == null ? null : rhttp.ProxySettings.proxy(proxy), + userAgent: "venera v${App.version}", ), ), );