mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Hide login code with a spoiler in chats list.
This commit is contained in:
@@ -1573,6 +1573,10 @@ QPoint Application::getPointForCallPanelCenter() const {
|
||||
return QGuiApplication::primaryScreen()->geometry().center();
|
||||
}
|
||||
|
||||
bool Application::isSharingScreen() const {
|
||||
return _calls->isSharingScreen();
|
||||
}
|
||||
|
||||
// macOS Qt bug workaround, sometimes no leaveEvent() gets to the nested widgets.
|
||||
void Application::registerLeaveSubscription(not_null<QWidget*> widget) {
|
||||
#ifdef Q_OS_MAC
|
||||
|
Reference in New Issue
Block a user