chore: make label look nicer
All checks were successful
Cross-Compile Binaries / compile-linux (push) Successful in 4m13s
Cross-Compile Binaries / compile-windows (push) Successful in 6m46s

This commit is contained in:
2025-11-27 12:47:19 +01:00
parent d1d4aedc86
commit 1cbee89e3b

View File

@@ -155,7 +155,7 @@ func main() {
writer.Close()
var dnText string = "PKCS file saved to: " + writer.URI().Path() + "\n" + respText
var dnText string = "\nPKCS file saved to: " + writer.URI().Path() + "\n\n" + respText + "\n"
textLabl.SetText(dnText)
}, w)