mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
fixed #1335 light mode no good
This commit is contained in:
parent
848d5c8789
commit
9e7d3f50ef
1 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,8 @@ BaseWindow::BaseWindow(FlagsEnum<Flags> _flags, QWidget *parent)
|
|||
QObject::connect(&this->useNextBounds_, &QTimer::timeout, this,
|
||||
[this]() { this->currentBounds_ = this->nextBounds_; });
|
||||
#endif
|
||||
|
||||
this->themeChangedEvent();
|
||||
}
|
||||
|
||||
void BaseWindow::setInitialBounds(const QRect &bounds)
|
||||
|
|
Loading…
Reference in a new issue