mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Convert visibility in the messaging the user section
This commit is contained in:
@@ -484,12 +484,12 @@ class Atom extends Model
|
||||
Section: Messaging the User
|
||||
###
|
||||
|
||||
# Public: Visually and audibly trigger a beep.
|
||||
# Essential: Visually and audibly trigger a beep.
|
||||
beep: ->
|
||||
shell.beep() if @config.get('core.audioBeep')
|
||||
@workspaceView.trigger 'beep'
|
||||
|
||||
# Public: A flexible way to open a dialog akin to an alert dialog.
|
||||
# Essential: A flexible way to open a dialog akin to an alert dialog.
|
||||
#
|
||||
# ## Examples
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user