mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Fixed possible crash in OverlayWidget when video continues from PiP.
This commit is contained in:
@@ -21,7 +21,7 @@ struct OpenRequest;
|
||||
|
||||
namespace Window {
|
||||
|
||||
class Controller final {
|
||||
class Controller final : public base::has_weak_ptr {
|
||||
public:
|
||||
Controller();
|
||||
~Controller();
|
||||
|
Reference in New Issue
Block a user