mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
parent
4888178079
commit
b4a5ba541d
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ QWidget *BaseWindow::getLayoutContainer()
|
|||
|
||||
bool BaseWindow::hasCustomWindowFrame()
|
||||
{
|
||||
#ifdef Q_OS_WIN
|
||||
#ifdef USEWINSDK
|
||||
return this->enableCustomFrame;
|
||||
#else
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue