* Rebrand

* Revert Info.plist.in

* Think, Mark!
This commit is contained in:
Irastris
2026-05-12 00:06:58 -04:00
committed by GitHub
parent 9d5d8dd13a
commit 157f4f9df2
46 changed files with 152 additions and 153 deletions
+2 -2
View File
@@ -26,7 +26,7 @@ CrashReportWindow::CrashReportWindow() : WindowSmall("modal", "modal-dialog") {
auto* intro = append(mDialog, "div");
intro->SetClass("modal-body", true);
intro->SetInnerRML(
"Dusk can automatically send crash reports to the developers. Crash reports contain the "
"Dusklight can automatically send crash reports to the developers. Crash reports contain the "
"following:"
"<br/>• Operating system version<br/>• CPU architecture<br/>• GPU model & driver version"
"<br/>• File paths (may include account username)<br/>• Stack trace<br/><br/>"
@@ -43,7 +43,7 @@ CrashReportWindow::CrashReportWindow() : WindowSmall("modal", "modal-dialog") {
static constexpr OptionInfo kOptions[] = {
{"Enable",
"Send crash reports to Dusk developers. Reports will include the information described "
"Send crash reports to Dusklight developers. Reports will include the information described "
"above.",
[] { crash_reporting::set_consent(true); }},
{"Disable",