Merge pull request #304 from kramerc/graphics-switching
Fix Atom Shell from always using the discrete GPU
This commit is contained in:
commit
b2c25a3efd
2 changed files with 4 additions and 0 deletions
|
@ -10,5 +10,7 @@
|
|||
<string>Atom Framework</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
@ -10,5 +10,7 @@
|
|||
<string>APPL</string>
|
||||
<key>LSUIElement</key>
|
||||
<true/>
|
||||
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
Loading…
Reference in a new issue