This commit is contained in:
Liang Ding 2022-10-25 10:06:15 +08:00
parent fc4db17217
commit a20a19182b
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
4 changed files with 7 additions and 76 deletions

View file

@ -61,6 +61,7 @@ func BootMobile(container, appDir, workspaceDir, nativeLibDir, privateDataDir, l
ThemesPath = filepath.Join(AppearancePath, "themes")
IconsPath = filepath.Join(AppearancePath, "icons")
Resident = true
ServerPort = "6806"
Container = container
UserAgent = UserAgent + " " + Container
httpclient.SetUserAgent(UserAgent)