2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

linux version stores data to home dir, fixed keyboard layout switch, fixed notify windows, version 0.5.10

This commit is contained in:
John Preston
2014-07-24 18:00:35 +02:00
parent 41c1effb4a
commit e1f2886f9d
16 changed files with 133 additions and 35 deletions

View File

@@ -1384,7 +1384,7 @@ void MainWidget::activate() {
} else {
dialogs.activate();
}
} else {
} else if (App::wnd() && !App::wnd()->layerShown()) {
if (!cSendPaths().isEmpty()) {
hider = new HistoryHider(this);
hider->show();