mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 23:53:58 +02:00
Fixed switching between PiP and OverlayWidget.
This commit is contained in:
parent
6c56fad180
commit
460baa54d8
1 changed files with 1 additions and 1 deletions
|
@ -2302,7 +2302,7 @@ void OverlayWidget::show(OpenRequest request) {
|
||||||
request.cloudTheme()
|
request.cloudTheme()
|
||||||
? *request.cloudTheme()
|
? *request.cloudTheme()
|
||||||
: Data::CloudTheme(),
|
: Data::CloudTheme(),
|
||||||
false);
|
request.continueStreaming());
|
||||||
if (!isHidden()) {
|
if (!isHidden()) {
|
||||||
preloadData(0);
|
preloadData(0);
|
||||||
activateControls();
|
activateControls();
|
||||||
|
|
Loading…
Add table
Reference in a new issue