mirror of
https://github.com/electron/electron.git
synced 2026-01-24 14:57:58 -05:00
Merge pull request #304 from kramerc/graphics-switching
Fix Atom Shell from always using the discrete GPU
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user