Files
AynaLivePlayer/gui/gui_stable.go
aynakeya 3aebdb00f9 fanle
2025-08-01 21:31:02 +08:00

14 lines
237 B
Go

//go:build nosource
package gui
import (
"AynaLivePlayer/core/model"
"AynaLivePlayer/pkg/config"
"fmt"
)
func getAppTitle() string {
return fmt.Sprintf("%s Ver %s - 正式版", config.ProgramName, model.Version(config.Version))
}