From dfe7f91ddde8259c63249aadaa3dcf235946caee Mon Sep 17 00:00:00 2001 From: Viktor Liu <17948409+lixmal@users.noreply.github.com> Date: Sun, 1 Jun 2025 18:23:35 +0200 Subject: [PATCH] Update client/ui/debug.go --- client/ui/debug.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ui/debug.go b/client/ui/debug.go index a534ae2db..e604ec28b 100644 --- a/client/ui/debug.go +++ b/client/ui/debug.go @@ -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)