mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +00:00
Merge remote-tracking branch 'tdesktop/dev' into dev
This commit is contained in:
@@ -431,7 +431,7 @@ NotificationsCount::~NotificationsCount() {
|
||||
NotificationsCount::SampleWidget::SampleWidget(
|
||||
NotificationsCount *owner,
|
||||
const QPixmap &cache)
|
||||
: QWidget(App::wnd())
|
||||
: QWidget(Core::App().getModalParent())
|
||||
, _owner(owner)
|
||||
, _cache(cache) {
|
||||
const QSize size(
|
||||
|
Reference in New Issue
Block a user