mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 23:55:12 +00:00
Respecting Quite Hours in Windows.
Also closing current chat on window close or passcode lock.
This commit is contained in:
@@ -531,7 +531,7 @@ void OverviewInner::dragActionFinish(const QPoint &screenPos, Qt::MouseButton bu
|
||||
auto sel = _selected.cbegin().value();
|
||||
if (sel != FullSelection && sel.from == sel.to) {
|
||||
_selected.clear();
|
||||
App::main()->activate();
|
||||
App::wnd()->setInnerFocus();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user