mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2025-02-25 18:55:24 -06:00
Update fan curve when applying
This commit is contained in:
parent
cbce4b07a8
commit
2a043f4f2a
4
amd.cpp
4
amd.cpp
@ -263,6 +263,10 @@ QString amd::applySettings(int GPUIndex)
|
||||
settings.beginGroup(profile);
|
||||
settings.beginGroup(UUID);
|
||||
int size = settings.beginReadArray("curvepoints");
|
||||
// Remove old curve points
|
||||
yCurvePoints.clear();
|
||||
xCurvePoints.clear();
|
||||
|
||||
for (int i=0; i<size; i++) {
|
||||
settings.setArrayIndex(i);
|
||||
xCurvePoints.append(settings.value("xpoints").toInt());
|
||||
|
Loading…
Reference in New Issue
Block a user