mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-29 01:27:00 +03:00
Use @config instead of config
This commit is contained in:
parent
069e0bed9a
commit
4ad38eed87
@ -303,7 +303,7 @@ class Atom
|
||||
process.crash()
|
||||
|
||||
beep: ->
|
||||
shell.beep() if config.get('core.audioBeep')
|
||||
shell.beep() if @config.get('core.audioBeep')
|
||||
@rootView.trigger 'beep'
|
||||
|
||||
requireUserInitScript: ->
|
||||
|
Loading…
Reference in New Issue
Block a user