disabled custom window frame for now

This commit is contained in:
fourtf 2018-01-15 01:59:05 +01:00
parent 72abd52831
commit d045f6963a

View file

@ -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