mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 14:08:41 +00:00
Ignore shortcuts when preview is shown.
This commit is contained in:
@@ -3997,7 +3997,8 @@ void InnerWidget::setupShortcuts() {
|
||||
return isActiveWindow()
|
||||
&& !_controller->isLayerShown()
|
||||
&& !_controller->window().locked()
|
||||
&& !_childListShown.current().shown;
|
||||
&& !_childListShown.current().shown
|
||||
&& !_chatPreviewKey;
|
||||
}) | rpl::start_with_next([=](not_null<Shortcuts::Request*> request) {
|
||||
using Command = Shortcuts::Command;
|
||||
|
||||
|
Reference in New Issue
Block a user