mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-21 00:23:56 +08:00
Remove namespace App.
This commit is contained in:
@@ -3615,7 +3615,7 @@ void InnerWidget::setupShortcuts() {
|
||||
Shortcuts::Requests(
|
||||
) | rpl::filter([=] {
|
||||
return isActiveWindow()
|
||||
&& !Ui::isLayerShown()
|
||||
&& !_controller->isLayerShown()
|
||||
&& !_controller->window().locked();
|
||||
}) | rpl::start_with_next([=](not_null<Shortcuts::Request*> request) {
|
||||
using Command = Shortcuts::Command;
|
||||
|
||||
Reference in New Issue
Block a user