mirror of
https://github.com/TermiT/Flycut.git
synced 2025-02-20 22:13:14 +08:00
Added NSSupportsAutomaticGraphicsSwitching key to Info.plist
This change stops Flycut from switching to the discrete GPU on 2011 MacBook Pros and later - this helps extend battery life since Flycut is intended to be running in the background most (if not all) of the time.
This commit is contained in:
parent
eab2b408a0
commit
13116f23cc
1 changed files with 2 additions and 0 deletions
|
@ -42,5 +42,7 @@
|
|||
<array/>
|
||||
<key>UTImportedTypeDeclarations</key>
|
||||
<array/>
|
||||
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
Loading…
Reference in a new issue