From e3a1929f7f10ae73bb83b12498fc60e3b3d4a630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Sat, 5 Apr 2025 11:01:39 +0200 Subject: [PATCH] reword implicit hosting option #501. --- webpage/docs/configuration/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpage/docs/configuration/README.md b/webpage/docs/configuration/README.md index a813bf0a..9dd1195b 100644 --- a/webpage/docs/configuration/README.md +++ b/webpage/docs/configuration/README.md @@ -307,8 +307,8 @@ session: - whether logins are locked for users, admins can still login. - whether controls are locked for users, admins can still control. - users can gain control only if at least one admin is in the room. -- allows switching control implicitly without the need for explicit control request before -- whether to show inactive cursors server-wide (only for users that have it enabled in their profile) +- automatically grants control to a user when they click on the screen, unless an admin has locked the controls. +- whether to show inactive cursors server-wide (only for users that have it enabled in their profile). - whether to allow reconnecting to the websocket even if the previous connection was not closed. This means that a new login can kick out the previous one. - interval in seconds for sending a heartbeat message to the server. This is used to keep the connection alive and to detect when the connection is lost.