diff --git a/toonz/sources/toonz/batches.cpp b/toonz/sources/toonz/batches.cpp index 2931947..ea40804 100644 --- a/toonz/sources/toonz/batches.cpp +++ b/toonz/sources/toonz/batches.cpp @@ -878,7 +878,7 @@ void BatchesController::saveas() { } void BatchesController::save() { - if (getListName() == "Tasks" || getListName() == "Tasks*") + if (m_filepath.isEmpty()) saveas(); else doSave();