fix: Tiny notification when applying ryzenAdj.

This commit is contained in:
Quentin Decaunes 2019-08-17 17:41:35 +02:00
parent 89f9950b59
commit 2442514c16

View File

@ -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);