mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
👕 More spaces for the space god
This commit is contained in:
@@ -480,7 +480,7 @@ class AtomEnvironment {
|
||||
// Public: Get the full name of this Atom release (e.g. "Atom", "Atom Beta")
|
||||
//
|
||||
// Returns the app name {String}.
|
||||
getAppName() {
|
||||
getAppName () {
|
||||
if (this.appName == null) this.appName = this.getLoadSettings().appName
|
||||
return this.appName
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user