mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-05 14:30:03 +01:00
updated single mode switch and fixed log message
This commit is contained in:
@@ -854,10 +854,11 @@ void AC_MainWindow::comboFilterChanged(int) {
|
||||
if(playback->getMaxAlloc() < 1080 && text.find("inOrder") != std::string::npos)
|
||||
Log(tr("Set Max Frames to greater than 1080 (requires enough RAM) to use inOrder filters\n"));
|
||||
if(playback->getMaxAlloc() < 1080 && text.find("Slit") != std::string::npos)
|
||||
Log(tr("Set Max Frames to greater than 1080 (requires enough RAM) to use inOrder filters\n"));
|
||||
Log(tr("Set Max Frames to greater than 1080 (requires enough RAM) to use SlitScan filters\n"));
|
||||
}
|
||||
|
||||
void AC_MainWindow::setFilterSingle() {
|
||||
comboFilterChanged(0);
|
||||
playback->setSingleMode(true);
|
||||
Log("Set to Single Filter Mode\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user