mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 14:56:42 +00:00
GODT-1815: Combined/Split mode
This commit is contained in:
9
internal/bridge/identifier.go
Normal file
9
internal/bridge/identifier.go
Normal file
@ -0,0 +1,9 @@
|
||||
package bridge
|
||||
|
||||
func (bridge *Bridge) GetCurrentUserAgent() string {
|
||||
return bridge.identifier.GetUserAgent()
|
||||
}
|
||||
|
||||
func (bridge *Bridge) SetCurrentPlatform(platform string) {
|
||||
bridge.identifier.SetPlatform(platform)
|
||||
}
|
||||
Reference in New Issue
Block a user