From 04846c5b8a1e7763af2660d39bd81f544dbe572d Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Sun, 8 Jun 2025 20:29:57 +0200 Subject: [PATCH] docs(website): add changelog entry (#9470) --- website/src/components/Changelog/GUI.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/src/components/Changelog/GUI.tsx b/website/src/components/Changelog/GUI.tsx index 389b6ac9b..91d469d14 100644 --- a/website/src/components/Changelog/GUI.tsx +++ b/website/src/components/Changelog/GUI.tsx @@ -15,6 +15,10 @@ export default function GUI({ os }: { os: OS }) { Fixes an issue where log directives applied via MDM would not be applied on startup. + + Fixes an issue where disabling the update checker via MDM would cause + the Client to hang upon sign-in. +