From 58bbdb238590c2bc8ce08717a947b6d1ed858ee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20R=C3=A4tzel?= Date: Sun, 6 Oct 2024 16:01:29 +0000 Subject: [PATCH] Fix scrollbars in BotLab client graphical user interface MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix the issue of disappearing scrollbars that appeared with the rollout of Chromium 129, as discussed at and Since the BotLab client software uses the Evergreen distribution mode of WebView2, the GUI has been affected by the rollout of the shared implementation. --- ...install-the-botlab-client-and-register-the-botlab-command.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/how-to-install-the-botlab-client-and-register-the-botlab-command.md b/guide/how-to-install-the-botlab-client-and-register-the-botlab-command.md index ac93cde7..5c5e4dba 100644 --- a/guide/how-to-install-the-botlab-client-and-register-the-botlab-command.md +++ b/guide/how-to-install-the-botlab-client-and-register-the-botlab-command.md @@ -11,7 +11,7 @@ operable program or batch file. The BotLab client program is a tool for developing and running bots, and many guides assume it is registered on your Windows system. To make these guides and scripts work, follow these steps: -+ Download the file from ++ Download the file from + Extract the downloaded zip archive. The extraction will give you a file named `BotLab.exe`. ![BotLab client executable file in Windows Explorer](./image/2024-02-18-botlab-client-executable-file-in-explorer.png)