mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Most likely fixed linux segfault
This commit is contained in:
parent
3c10c59ce6
commit
98c0b2b0f0
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ bool BaseWindow::hasCustomWindowFrame()
|
|||
|
||||
void BaseWindow::themeRefreshEvent()
|
||||
{
|
||||
if (this->enableCustomFrame) {
|
||||
if (this->hasCustomWindowFrame()) {
|
||||
QPalette palette;
|
||||
palette.setColor(QPalette::Background, QColor(0, 0, 0, 0));
|
||||
palette.setColor(QPalette::Foreground, this->themeManager.window.text);
|
||||
|
|
Loading…
Reference in a new issue