feat: improve usability by including a progressbar while installing packages on windows and mac

This commit is contained in:
Patryk Hegenberg 2025-03-20 20:16:22 +01:00
parent 26bdcd9a6a
commit c903fa1803
2 changed files with 267 additions and 229 deletions

View file

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