mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
new image / file confirm / send codepath made by Task / TaskQueue, sending single file paste and image paste / drop with that new code
This commit is contained in:
@@ -810,6 +810,14 @@ void Window::replaceLayer(LayeredWidget *w) {
|
||||
}
|
||||
}
|
||||
|
||||
void Window::showLayerLast(LayeredWidget *w) {
|
||||
if (layerBg) {
|
||||
layerBg->showLayerLast(w);
|
||||
} else {
|
||||
layerBg = new BackgroundWidget(this, w);
|
||||
}
|
||||
}
|
||||
|
||||
void Window::showConnecting(const QString &text, const QString &reconnect) {
|
||||
if (_connecting) {
|
||||
_connecting->set(text, reconnect);
|
||||
|
Reference in New Issue
Block a user