diff --git a/js/app.js b/js/app.js index 1d60981..5b02c64 100644 --- a/js/app.js +++ b/js/app.js @@ -100,7 +100,8 @@ function applyRyzenSettings() { Sentry.captureException(new Error(err + ' - ' + output)); } else if (output) { - notification('success', 'Ryzenadj output:
' + output); + notification('success', `RyzenAdj has been applied successfully.`); + appendLog('Ryzenadj output:
' + output); saveLatestUsedSettings(); } appSettings.set('retry', false);