Preset Handler YesNow Window Message
-
PresetHandler.cpp line 61:
if (presetFile.existsAsFile() && (!MessageManager::getInstance()->isThisTheMessageThread() || PresetHandler::showYesNoWindow("Confirm overwrite", "Do you want to overwrite the preset (Press cancel to create a new user preset?")))The end
)doesn't make it into the window text. Also, does hitting cancel take you to a save as option? The window is appearing for my custom preset browser but I don't need the save as info so will rewrite in my fork...