mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix pausing stickers in StickerSetBox.
This commit is contained in:
parent
a6621233d0
commit
b5aca56914
1 changed files with 1 additions and 1 deletions
|
@ -596,11 +596,11 @@ bool MainWindow::doWeMarkAsRead() {
|
||||||
if (!_main || Ui::isLayerShown()) {
|
if (!_main || Ui::isLayerShown()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
updateIsActive();
|
|
||||||
return isActive() && _main->doWeMarkAsRead();
|
return isActive() && _main->doWeMarkAsRead();
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::checkHistoryActivation() {
|
void MainWindow::checkHistoryActivation() {
|
||||||
|
updateIsActive();
|
||||||
if (_main) {
|
if (_main) {
|
||||||
_main->checkHistoryActivation();
|
_main->checkHistoryActivation();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue