From be565f3a8853e7df14558019dd3a0fdb86251084 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C4=81rlis=20Se=C5=86ko?= Date: Thu, 11 Aug 2022 10:19:18 +0300 Subject: [PATCH] Do not check "Built from source" in bug report template by default. --- src/common/BugReporting.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/BugReporting.cpp b/src/common/BugReporting.cpp index 7d5ec919..1f1ca3ea 100644 --- a/src/common/BugReporting.cpp +++ b/src/common/BugReporting.cpp @@ -31,7 +31,7 @@ void openIssue() url = "https://github.com/rizinorg/cutter/issues/new?&body=**Environment information**\n* " "Operating System: " + osInfo + "\n* Cutter version: " + CUTTER_VERSION_FULL + "\n* Obtained from:\n" - + " - [x] Built from source\n - [ ] Downloaded release from Cutter website or GitHub " + + " - [ ] Built from source\n - [ ] Downloaded release from Cutter website or GitHub " "\n" " - [ ] Distribution repository\n* File format: " + format + "\n * Arch: " + arch + "\n * Type: " + type