views: Use chromium's custom frame view.
This commit is contained in:
parent
da5daecb1d
commit
4048d491f0
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ base::TimeDelta ViewsDelegate::GetDefaultTextfieldObscuredRevealDuration() {
|
|||
}
|
||||
|
||||
bool ViewsDelegate::WindowManagerProvidesTitleBar(bool maximized) {
|
||||
return true;
|
||||
return maximized;
|
||||
}
|
||||
|
||||
} // namespace brightray
|
||||
|
|
Loading…
Reference in a new issue