add actions
This commit is contained in:
4
main.go
4
main.go
@@ -17,6 +17,8 @@ import (
|
||||
"gopkg.in/yaml.v3"
|
||||
)
|
||||
|
||||
var Version = ""
|
||||
|
||||
type Config struct {
|
||||
ModProfilesDirectory string `yaml:"mod_profiles_dir"`
|
||||
GameModsDirectory string `yaml:"game_mods_dir"`
|
||||
@@ -69,7 +71,7 @@ func main() {
|
||||
cfg = loadConfig()
|
||||
|
||||
ap := app.New()
|
||||
wp := ap.NewWindow("Swiped Mod Switcher")
|
||||
wp := ap.NewWindow("Swiped Mod Switcher " + Version)
|
||||
wp.Resize(fyne.NewSize(600, 1))
|
||||
wp.CenterOnScreen()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user