Update program link URL in menu/view.go
Updated the host and path for the program link to reflect the correct URL structure. This ensures users are directed to the proper project page.
This commit is contained in:
parent
fa6c929ec8
commit
cf2a0933b4
@ -40,8 +40,8 @@ func (v View) About(ffmpegVersion string, ffprobeVersion string) {
|
|||||||
MessageID: "programmLink",
|
MessageID: "programmLink",
|
||||||
}), &url.URL{
|
}), &url.URL{
|
||||||
Scheme: "https",
|
Scheme: "https",
|
||||||
Host: "git.kor-elf.net",
|
Host: "gui-for-ffmpeg.projects.kor-elf.net",
|
||||||
Path: "kor-elf/gui-for-ffmpeg/releases",
|
Path: "/",
|
||||||
})
|
})
|
||||||
|
|
||||||
licenseLink := widget.NewHyperlink(v.app.GetLocalizerService().GetMessage(&i18n.LocalizeConfig{
|
licenseLink := widget.NewHyperlink(v.app.GetLocalizerService().GetMessage(&i18n.LocalizeConfig{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user