diff --git a/src/browser/main.coffee b/src/browser/main.coffee index 6912391fa..f0709037d 100644 --- a/src/browser/main.coffee +++ b/src/browser/main.coffee @@ -16,8 +16,8 @@ start = -> setupCompileCache() return if handleStartupEventWithSquirrel() - # NB: This prevents Win10 from showing dupe items in the taskbar - app.setAppUserModelId('com.squirrel.atom.atom') + # NB: This prevents Win10 from showing dupe items in the taskbar + app.setAppUserModelId('com.squirrel.atom.atom') args = parseCommandLine()