mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
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:
@@ -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