Update client/ui/debug.go

This commit is contained in:
Viktor Liu
2025-06-01 18:23:35 +02:00
committed by GitHub
parent bc71beca97
commit dfe7f91ddd

View File

@@ -686,7 +686,7 @@ func showBundleCreatedDialog(w fyne.Window, localPath string) {
"Administrator privileges may be required to access the file.", localPath)),
)
customDialog := dialog.NewCustom("Debug Bundle Created", "cancel", content, w)
customDialog := dialog.NewCustom("Debug Bundle Created", "Cancel", content, w)
buttonBox := createButtonBox(localPath, w, nil)
content.Add(buttonBox)