Merge branch 'master' of ssh://git.s1d3sw1ped.com:2222/s1d3sw1ped/SwipedModSwitcher
All checks were successful
CI / Lint (push) Successful in 56s
CI / Build (push) Successful in 3m12s
CI / Test (push) Successful in 3m37s

This commit is contained in:
2024-03-10 21:23:53 -05:00
7 changed files with 367 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ import (
"path/filepath"
"s1d3sw1ped/swipedmodswitcher/admin"
"slices"
"strconv"
"strings"
"fyne.io/fyne/v2"
@@ -71,7 +72,7 @@ func main() {
cfg = loadConfig()
ap := app.New()
wp := ap.NewWindow("Swiped Mod Switcher " + Version)
wp := ap.NewWindow(ap.Metadata().Name + " v" + ap.Metadata().Version + "." + strconv.Itoa(ap.Metadata().Build))
wp.Resize(fyne.NewSize(600, 1))
wp.CenterOnScreen()