mirror of
https://github.com/electron/electron.git
synced 2026-01-25 15:28:11 -05:00
Fix typo, closes #2990
This commit is contained in:
@@ -351,7 +351,7 @@ void NativeWindowViews::ShowInactive() {
|
||||
}
|
||||
|
||||
void NativeWindowViews::Hide() {
|
||||
web_contents()->WasHidden();
|
||||
window_->Hide();
|
||||
}
|
||||
|
||||
bool NativeWindowViews::IsVisible() {
|
||||
|
||||
Reference in New Issue
Block a user