From 759e3270cccd636033210f6a63e04aa17d0d1af4 Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 26 Oct 2021 21:44:37 +0400 Subject: [PATCH] Fix popup menu transparency on macOS with Qt 6.2. --- Telegram/build/prepare/prepare.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index 3fb253f98..1e73c6aa1 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -387,7 +387,7 @@ def runStages(): stage('patches', """ git clone https://github.com/desktop-app/patches.git cd patches - git checkout b7366a6c66 + git checkout 5bdd3210dd """) stage('depot_tools', """