From d3bd5b20c2224591f6e6aa01de8d38692fb1bcbf Mon Sep 17 00:00:00 2001 From: Thore Cimbal Date: Sun, 9 Aug 2026 12:00:00 +0000 Subject: [PATCH] feat(desktop): give the desktop client a way to obtain its logs The desktop variant had no bug_report_endpoint_url at all, so the whole section stayed hidden and a desktop user could not produce logs for a report. Setting local shows a Download logs button that writes them to the device and uploads nothing. Matches what the web client now serves. Takes effect with the next desktop build. Refs axion1337.chat/ThreadNet-Web#9 --- apps/desktop/axion1337/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/desktop/axion1337/config.json b/apps/desktop/axion1337/config.json index 4ad35350e..59d82c2ad 100644 --- a/apps/desktop/axion1337/config.json +++ b/apps/desktop/axion1337/config.json @@ -1,5 +1,6 @@ { "brand": "aXion1337.Chat", + "bug_report_endpoint_url": "local", "branding": { "auth_header_logo_url": "vector-icons/512.png", "logo_link_url": "https://axion1337.chat"