mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-07 01:55:12 +00:00
Active round video moving to active window.
This commit is contained in:
@@ -89,7 +89,7 @@ Widget::Widget(
|
||||
this,
|
||||
account,
|
||||
rpl::single(true))) {
|
||||
Core::App().setDefaultFloatPlayerDelegate(floatPlayerDelegate());
|
||||
controller->setDefaultFloatPlayerDelegate(floatPlayerDelegate());
|
||||
|
||||
getData()->country = ComputeNewAccountCountry();
|
||||
|
||||
@@ -175,6 +175,9 @@ not_null<Ui::RpWidget*> Widget::floatPlayerWidget() {
|
||||
return this;
|
||||
}
|
||||
|
||||
void Widget::floatPlayerToggleGifsPaused(bool paused) {
|
||||
}
|
||||
|
||||
auto Widget::floatPlayerGetSection(Window::Column column)
|
||||
-> not_null<Media::Player::FloatSectionDelegate*> {
|
||||
return this;
|
||||
|
Reference in New Issue
Block a user