mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-11 17:35:46 +00:00
system-util: Fix user-agent.
This commit is contained in:
@@ -49,7 +49,7 @@ class SystemUtil {
|
||||
}
|
||||
|
||||
setUserAgent(webViewUserAgent: string): void {
|
||||
this.userAgent = `ZulipElectron/'${app.getVersion()}${webViewUserAgent}`;
|
||||
this.userAgent = `ZulipElectron/${app.getVersion()} ${webViewUserAgent}`;
|
||||
}
|
||||
|
||||
getUserAgent(): string | null {
|
||||
|
||||
Reference in New Issue
Block a user