mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
docs updated
This commit is contained in:
@@ -789,7 +789,7 @@ bool NativeWindowViews::CanMaximize() const {
|
||||
}
|
||||
|
||||
bool NativeWindowViews::CanMinimize() const {
|
||||
#ifdef (OS_WIN)
|
||||
#ifdef(OS_WIN)
|
||||
return minimizable_;
|
||||
#elif defined(USE_X11)
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user