Refactoring: rename shadersettings in appSettings.
This commit is contained in:
@@ -45,7 +45,7 @@ Window{
|
||||
}
|
||||
|
||||
function validateName(name){
|
||||
var profile_list = shadersettings.profiles_list;
|
||||
var profile_list = appSettings.profiles_list;
|
||||
if (name === "")
|
||||
return 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user