parent
d02b03fb3e
commit
ac8dc0739c
@ -1,5 +1,5 @@
|
||||
---
|
||||
'window-js': 'minor:feat'
|
||||
"window-js": "minor:feat"
|
||||
---
|
||||
|
||||
Added the `maximizable`, `minimizable` and `closable` fields on `WindowOptions`.
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
'window': 'minor:feat'
|
||||
'window-js': 'minor:feat'
|
||||
"window": "minor:feat"
|
||||
"window-js": "minor:feat"
|
||||
---
|
||||
|
||||
Added the `setMaximizable`, `setMinimizable`, `setClosable`, `isMaximizable`, `isMinimizable` and `isClosable` methods.
|
||||
|
Loading…
Reference in new issue