mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
Significant support for Windows builds
This commit is contained in:
@@ -18,7 +18,6 @@ func Prompt(question string, defaultValue ...string) string {
|
||||
if haveDefault {
|
||||
if len(answer) == 0 {
|
||||
answer = defaultValue[0]
|
||||
fmt.Println(" -> " + answer)
|
||||
}
|
||||
}
|
||||
return answer
|
||||
|
||||
Reference in New Issue
Block a user