mirror of
https://github.com/atom/atom.git
synced 2026-02-16 09:35:54 -05:00
Replace OS X and Mac OS with macOS
This commit is contained in:
@@ -190,7 +190,7 @@ class Workspace extends Model
|
||||
document.title = titleParts.join(" \u2014 ")
|
||||
@applicationDelegate.setRepresentedFilename(representedPath)
|
||||
|
||||
# On OS X, fades the application window's proxy icon when the current file
|
||||
# On macOS, fades the application window's proxy icon when the current file
|
||||
# has been modified.
|
||||
updateDocumentEdited: =>
|
||||
modified = @getActivePaneItem()?.isModified?() ? false
|
||||
|
||||
Reference in New Issue
Block a user