QOL change: Don't add "_plate_0" in file name if there is only one plate in the current project

This commit is contained in:
SoftFever 2022-12-29 23:12:48 +08:00
parent 25e3944c53
commit 5eee758c9e
3 changed files with 5 additions and 3 deletions

View file

@ -614,7 +614,7 @@ public:
int select_plate(int index);
//get the plate counts, not including the invalid plate
int get_plate_count();
int get_plate_count() const;
//update the plate cols due to plate count change
void update_plate_cols();