From 72051362a30aec82a390a859bd3c4d444de6e02e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20P=C3=B6lz?= <38893694+Flash0ver@users.noreply.github.com> Date: Fri, 12 Dec 2025 15:28:09 +0100 Subject: [PATCH] docs(threads): add note about desktop for Main/UI threads --- develop-docs/sdk/data-model/event-payloads/threads.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop-docs/sdk/data-model/event-payloads/threads.mdx b/develop-docs/sdk/data-model/event-payloads/threads.mdx index 39a9c99cb1cc87..904ae9a2cd2ba8 100644 --- a/develop-docs/sdk/data-model/event-payloads/threads.mdx +++ b/develop-docs/sdk/data-model/event-payloads/threads.mdx @@ -37,7 +37,7 @@ Defaults to `false`. `main` : _Optional_. If applicable, a flag indicating whether the thread was responsible for rendering the user interface. -On mobile platforms this is oftentimes referred to as the "main thread" or "ui thread". +On mobile and desktop platforms this is oftentimes referred to as the "main thread" or "ui thread". `name`