mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 10:03:28 +07:00
fix: Tiny notification when applying ryzenAdj.
This commit is contained in:
parent
89f9950b59
commit
2442514c16
@ -100,7 +100,8 @@ function applyRyzenSettings() {
|
|||||||
Sentry.captureException(new Error(err + ' - ' + output));
|
Sentry.captureException(new Error(err + ' - ' + output));
|
||||||
}
|
}
|
||||||
else if (output) {
|
else if (output) {
|
||||||
notification('success', 'Ryzenadj output:<br/>' + output);
|
notification('success', `RyzenAdj has been applied successfully.`);
|
||||||
|
appendLog('Ryzenadj output:<br/>' + output);
|
||||||
saveLatestUsedSettings();
|
saveLatestUsedSettings();
|
||||||
}
|
}
|
||||||
appSettings.set('retry', false);
|
appSettings.set('retry', false);
|
||||||
|
Loading…
Reference in New Issue
Block a user