add actions

This commit is contained in:
2024-03-10 00:41:03 -06:00
parent 5fced26e78
commit 58bb19b43f
5 changed files with 101 additions and 2 deletions

View File

@@ -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()