mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
typo fix
This commit is contained in:
@@ -1136,7 +1136,7 @@ bool NativeWindowMac::IsEnabled() {
|
||||
}
|
||||
|
||||
void NativeWindowMac::SetEnabled(bool enable) {
|
||||
if (enable){
|
||||
if (enable) {
|
||||
// TODO(codebytere): figure out how to implement window enabling
|
||||
} else {
|
||||
[window_ attachedSheet] = nil;
|
||||
|
||||
Reference in New Issue
Block a user