mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
parent
f820024fd5
commit
e5c852ecba
|
@ -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