|
@@ -29,7 +29,7 @@
|
|
|
win-opts (cond->
|
|
win-opts (cond->
|
|
|
{:width (.-width win-state)
|
|
{:width (.-width win-state)
|
|
|
:height (.-height win-state)
|
|
:height (.-height win-state)
|
|
|
- :frame true
|
|
|
|
|
|
|
+ :frame (not win32?)
|
|
|
:titleBarStyle "hiddenInset"
|
|
:titleBarStyle "hiddenInset"
|
|
|
:trafficLightPosition {:x 16 :y 16}
|
|
:trafficLightPosition {:x 16 :y 16}
|
|
|
:autoHideMenuBar (not mac?)
|
|
:autoHideMenuBar (not mac?)
|