mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
photos overview blur, multimonitor photoview fix, os x file dialog default path
This commit is contained in:
@@ -970,9 +970,15 @@ void MainWidget::setInnerFocus() {
|
||||
if (hider || !history.peer()) {
|
||||
if (hider && hider->wasOffered()) {
|
||||
hider->setFocus();
|
||||
} else if (overview) {
|
||||
overview->activate();
|
||||
} else if (profile) {
|
||||
profile->activate();
|
||||
} else {
|
||||
dialogs.setInnerFocus();
|
||||
}
|
||||
} else if (profile) {
|
||||
profile->setFocus();
|
||||
} else {
|
||||
history.activate();
|
||||
}
|
||||
|
Reference in New Issue
Block a user