TGTGInsighttelegram intelligenceLIVE / telegram public index
Post content
Post content
telegramdesktop/tdesktop/dev • 151f3f6 • 1 files, +1/-0 accessibility: label QR code button in settings cover telegramdesktop/tdesktop/dev • 1a35929 • 1 files, +6/-0 accessibility: label profile photo buttons by role telegramdesktop/tdesktop/dev • ec7c76b • 5 files, +32/-17 Cache Webview::Availability() result for startup checks Iv::ShowButton() and LocationPicker::Available() each called Webview::Availability() separately (~200ms each on Linux). Replace the per-caller static caches with a single shared cache in Core::CachedWebviewAvailability(), reducing startup from two ~200ms calls to one. #tdesktop