chore: deprecate some NSVisualEffectMaterial types (#19072)
This commit is contained in:
parent
d362be5cd9
commit
43b4a3ae6a
3 changed files with 30 additions and 9 deletions
|
@ -324,8 +324,10 @@ window.setRepresentedFilename('/etc/passwd')
|
|||
window.setDocumentEdited(true)
|
||||
window.previewFile('/path/to/file')
|
||||
window.previewFile('/path/to/file', 'Displayed Name')
|
||||
window.setVibrancy('light')
|
||||
window.setVibrancy('menu')
|
||||
window.setVibrancy('titlebar')
|
||||
window.setVibrancy('selection')
|
||||
window.setVibrancy('popover')
|
||||
|
||||
// Online/Offline Event Detection
|
||||
// https://github.com/atom/electron/blob/master/docs/tutorial/online-offline-events.md
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue