Using Updated Ui values

This commit is contained in:
aditya-K2
2023-04-19 09:17:07 +05:30
parent f7133df79e
commit edaa93de69
17 changed files with 31 additions and 30 deletions

View File

@@ -11,7 +11,7 @@ func main() {
if err := spt.InitClient(); err != nil {
panic(err)
}
if err := ui.NewApplication().App.Run(); err != nil {
if err := ui.NewApplication().Run(); err != nil {
panic(err)
}
}