Add missing graphics switching attribute.
Atom Shell was causing the GPU to be switched to the discrete card as this attribute was missing from Info.plist files in common/ and renderer/
This commit is contained in:
parent
0521663076
commit
59ecf7bb50
2 changed files with 4 additions and 0 deletions
|
@ -10,5 +10,7 @@
|
||||||
<string>Atom Framework</string>
|
<string>Atom Framework</string>
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>FMWK</string>
|
<string>FMWK</string>
|
||||||
|
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
||||||
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
|
@ -10,5 +10,7 @@
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>LSUIElement</key>
|
<key>LSUIElement</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
||||||
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
Loading…
Reference in a new issue