mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-23 02:26:42 +00:00
GODT-1560: Dependecy licenses update and link.
This commit is contained in:
@ -40,6 +40,7 @@ func (f *FrontendQt) setLogsPath() {
|
||||
|
||||
func (f *FrontendQt) setLicensePath() {
|
||||
f.qml.SetLicensePath(core.QUrl_FromLocalFile(f.locations.GetLicenseFilePath()))
|
||||
f.qml.SetDependencyLicensesLink(core.NewQUrl3(f.locations.GetDependencyLicensesLink(), core.QUrl__TolerantMode))
|
||||
}
|
||||
|
||||
func (f *FrontendQt) setCurrentEmailClient() {
|
||||
|
||||
@ -127,6 +127,7 @@ type QMLBackend struct {
|
||||
_ core.QUrl `property:"logsPath"`
|
||||
_ core.QUrl `property:"licensePath"`
|
||||
_ core.QUrl `property:"releaseNotesLink"`
|
||||
_ core.QUrl `property:"dependencyLicensesLink"`
|
||||
_ core.QUrl `property:"landingPageLink"`
|
||||
|
||||
_ string `property:"colorSchemeName"`
|
||||
|
||||
Reference in New Issue
Block a user