mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
disabled custom window frame for now
This commit is contained in:
parent
72abd52831
commit
d045f6963a
|
@ -124,7 +124,8 @@ QWidget *BaseWindow::getLayoutContainer()
|
|||
bool BaseWindow::hasCustomWindowFrame()
|
||||
{
|
||||
#ifdef Q_OS_WIN
|
||||
return this->enableCustomFrame;
|
||||
// return this->enableCustomFrame;
|
||||
return false;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue