Add TODO for hidden-inset deprecation
This commit is contained in:
parent
9537303e9a
commit
3a2abde804
1 changed files with 1 additions and 1 deletions
|
@ -778,7 +778,7 @@ struct Converter<atom::NativeWindowMac::TitleBarStyle> {
|
|||
return false;
|
||||
if (title_bar_style == "hidden") {
|
||||
*out = atom::NativeWindowMac::HIDDEN;
|
||||
} else if (title_bar_style == "hidden-inset" || // Deprecate this after 2.0
|
||||
} else if (title_bar_style == "hidden-inset" || // TODO(kevinsawicki): Remove in 2.0, deprecate before then with warnings
|
||||
title_bar_style == "hiddenInset") {
|
||||
*out = atom::NativeWindowMac::HIDDEN_INSET;
|
||||
} else if (title_bar_style == "customButtonsOnHover") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue