mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-11-01 23:52:06 +00:00
Fix: tiny tiny fixes.
This commit is contained in:
@@ -331,7 +331,10 @@ QtObject{
|
||||
var customProfiles = JSON.parse(customProfilesString);
|
||||
for (var i=0; i<customProfiles.length; i++) {
|
||||
var profile = customProfiles[i];
|
||||
console.log("Loading custom profile: " + stringify(profile));
|
||||
|
||||
if (verbose)
|
||||
console.log("Loading custom profile: " + stringify(profile));
|
||||
|
||||
profilesList.append(profile);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user