Rename app/window to VT Player

This commit is contained in:
Stu 2025-12-04 07:10:18 -05:00
parent b7b5788938
commit 3f43b3fe4b

View File

@ -1673,7 +1673,7 @@ func runGUI() {
// Initialize UI colors
ui.SetColors(gridColor, textColor)
a := app.NewWithID("com.leaktechnologies.videotools")
a := app.NewWithID("com.leaktechnologies.vtplayer")
// Always start with a clean slate: wipe any persisted app storage (queue or otherwise)
if root := a.Storage().RootURI(); root != nil && root.Scheme() == "file" {
@ -1682,7 +1682,7 @@ func runGUI() {
a.Settings().SetTheme(&ui.MonoTheme{})
logging.Debug(logging.CatUI, "created fyne app: %#v", a)
w := a.NewWindow("VideoTools")
w := a.NewWindow("VT Player")
if icon := utils.LoadAppIcon(); icon != nil {
a.SetIcon(icon)
w.SetIcon(icon)