mirror of
https://github.com/electron/electron.git
synced 2026-01-27 08:18:28 -05:00
fix for windows
This commit is contained in:
@@ -793,7 +793,7 @@ bool NativeWindowViews::CanMaximize() const {
|
||||
}
|
||||
|
||||
bool NativeWindowViews::CanMinimize() const {
|
||||
#ifdef(OS_WIN)
|
||||
#if defined(OS_WIN)
|
||||
return minimizable_;
|
||||
#elif defined(USE_X11)
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user