Update UI image, fix minor display bug

This commit is contained in:
NGnius (Graham) 2022-08-31 20:29:08 -04:00
parent 1538f9a862
commit 18433bf5c5
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 KiB

After

Width:  |  Height:  |  Size: 162 KiB

View file

@ -372,7 +372,7 @@ const Content: VFC<{ serverAPI: ServerAPI }> = ({}) => {
reloadGUI("GPUFreqToggle");
} else {
set_value(CLOCK_MIN_GPU, null);
set_value(CLOCK_MIN_GPU, null);
set_value(CLOCK_MAX_GPU, null);
backend.resolve(backend.unsetGpuClockLimits(), (_: any[]) => {
reloadGUI("GPUUnsetFreq");
});