mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
parent
4888178079
commit
b4a5ba541d
|
@ -148,7 +148,7 @@ QWidget *BaseWindow::getLayoutContainer()
|
||||||
|
|
||||||
bool BaseWindow::hasCustomWindowFrame()
|
bool BaseWindow::hasCustomWindowFrame()
|
||||||
{
|
{
|
||||||
#ifdef Q_OS_WIN
|
#ifdef USEWINSDK
|
||||||
return this->enableCustomFrame;
|
return this->enableCustomFrame;
|
||||||
#else
|
#else
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue