mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-17 12:20:00 +01:00
only say to set image if image is not set
This commit is contained in:
@@ -631,7 +631,7 @@ void AC_MainWindow::addClicked() {
|
||||
stream << "Added Filter: " << filters->currentText() << "\n";
|
||||
Log(qs);
|
||||
std::string text = filters->currentText().toStdString();
|
||||
if(text.find("Image") != std::string::npos)
|
||||
if(blend_set == false && text.find("Image") != std::string::npos)
|
||||
Log(tr("Set an Image to use this filter\n"));
|
||||
else if(text.find("SubFilter") != std::string::npos)
|
||||
Log(tr("Set a SubFilter to use this filter\n"));
|
||||
|
||||
Reference in New Issue
Block a user