feat: improve usability by including a progressbar while installing packages on windows and mac
This commit is contained in:
parent
26bdcd9a6a
commit
c903fa1803
2 changed files with 267 additions and 229 deletions
|
|
@ -64,7 +64,7 @@ func ShowDependencyScreen() {
|
|||
ShowProjectScreen()
|
||||
} else {
|
||||
dialog.ShowInformation("dependencies missing",
|
||||
"Bitte installieren Sie alle erforderlichen Abhängigkeiten, bevor Sie fortfahren.", mainWindow)
|
||||
"Please install all required dependencies before proceeding.", mainWindow)
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue