mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
disabled custom window frame for now
This commit is contained in:
parent
72abd52831
commit
d045f6963a
1 changed files with 2 additions and 1 deletions
|
@ -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