mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-03 08:05:12 +00:00
Toggle calls controls using config and user flags.
Also use calls timeout values from config. Also request config each time when the auth session changes.
This commit is contained in:
@@ -2149,7 +2149,7 @@ void OverviewWidget::showAnimated(Window::SlideDirection direction, const Window
|
||||
|
||||
_cacheUnder = params.oldContentCache;
|
||||
show();
|
||||
_topBar->showAll();
|
||||
_topBar->updateControlsVisibility();
|
||||
_topShadow->setVisible(params.withTopBarShadow ? false : true);
|
||||
_cacheOver = App::main()->grabForShowAnimation(params);
|
||||
_topShadow->setVisible(params.withTopBarShadow ? true : false);
|
||||
|
Reference in New Issue
Block a user