mirror of
https://github.com/atom/atom.git
synced 2026-02-08 05:35:04 -05:00
OSX -> macOS
This commit is contained in:
@@ -46,7 +46,7 @@ class WorkspaceElement extends HTMLElement
|
||||
|
||||
updateGlobalTextEditorStyleSheet: ->
|
||||
fontFamily = @config.get('editor.fontFamily')
|
||||
# TODO: There is a bug in how some emojis (e.g. ❤️) are rendered on OSX.
|
||||
# TODO: There is a bug in how some emojis (e.g. ❤️) are rendered on macOS.
|
||||
# This workaround should be removed once we update to Chromium 51, where the
|
||||
# problem was fixed.
|
||||
fontFamily += ', "Apple Color Emoji"' if process.platform is 'darwin'
|
||||
|
||||
Reference in New Issue
Block a user