diff --git a/js/app.js b/js/app.js index 10ca772..f8503d8 100644 --- a/js/app.js +++ b/js/app.js @@ -85,6 +85,11 @@ function applyRyzenSettings() { } } + if (parameters.length === 0) { + notification('primary', 'Please add some options before applying ryzenAdj.'); + return; + } + if (!appSettings.get('retry')) { appSettings.set('retry', 2); notification('warning', 'Applying settings...');