mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Opened histories stack finished, stack of states in vector_of_moveable.
This commit is contained in:
@@ -224,7 +224,7 @@ void TopBarWidget::showAll() {
|
||||
}
|
||||
}
|
||||
if (h && !o && _clearSelection->isHidden()) {
|
||||
if (Adaptive::OneColumn()) {
|
||||
if (Adaptive::OneColumn() || !App::main()->stackIsEmpty()) {
|
||||
_info->setPeer(h);
|
||||
_info->show();
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user