mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-21 06:03:52 +00:00
PowerControl: Retain FPS Limit (proportion) on refresh rate change
This commit is contained in:
parent
bc9c3199b7
commit
5cd873b9a3
6 changed files with 58 additions and 24 deletions
|
|
@ -40,13 +40,6 @@ namespace PowerControl.Options
|
|||
Resolution.Instance,
|
||||
RefreshRate.Instance,
|
||||
FPSLimit.Instance
|
||||
},
|
||||
AfterApply = () =>
|
||||
{
|
||||
Resolution.Instance.Update();
|
||||
RefreshRate.Instance.Update();
|
||||
FPSLimit.Instance.Reset();
|
||||
FPSLimit.Instance.Update();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue