test
This commit is contained in:
4
main.go
4
main.go
@@ -18,8 +18,6 @@ import (
|
||||
"gopkg.in/yaml.v3"
|
||||
)
|
||||
|
||||
var Version = ""
|
||||
|
||||
type Config struct {
|
||||
ModProfilesDirectory string `yaml:"mod_profiles_dir"`
|
||||
GameModsDirectory string `yaml:"game_mods_dir"`
|
||||
@@ -189,6 +187,6 @@ func makeIFunc(profile, archive string, parent fyne.Window) func() {
|
||||
return
|
||||
}
|
||||
|
||||
dialog.NewInformation("Success", fmt.Sprintf("filinked files from %s to %s", filepath.Base(profile), archive), parent).Show()
|
||||
dialog.NewInformation("Success", fmt.Sprintf("linked files from %s to %s", filepath.Base(profile), archive), parent).Show()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user