Skip to content

Commit 8ac2e4a

Browse files
committed
use power saving GPU by default when adding app
1 parent 86dbd37 commit 8ac2e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GPUPrefSwitcherGUI/MainForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ AppEntry GetDefaultAppEntry(string path)
520520
{
521521
AppPath = path,
522522
EnableSwitcher = true,
523-
GPUPrefOnBattery = 0,
523+
GPUPrefOnBattery = 1,
524524
GPUPrefPluggedIn = 0,
525525
EnableFileSwapper = false,
526526
SwapperStates = Array.Empty<PowerLineStatus>(),

0 commit comments

Comments
 (0)