this commit is too big

This commit is contained in:
fourtf
2018-08-02 14:23:27 +02:00
parent 3b3c5d8d75
commit c2e2dfb577
186 changed files with 3626 additions and 2656 deletions
+2 -2
View File
@@ -159,8 +159,8 @@ void Window::addLayout()
void Window::addCustomTitlebarButtons()
{
return_unless(this->hasCustomWindowFrame());
return_unless(this->type_ == Type::Main);
if (!this->hasCustomWindowFrame()) return;
if (this->type_ != Type::Main) return;
// settings
this->addTitleBarButton(TitleBarButton::Settings, [] {