|
@@ -220,7 +220,7 @@ public class MidjourneyServiceImpl implements MidjourneyService {
|
|
|
if (button.getCustomId().equals(customId)) {
|
|
if (button.getCustomId().equals(customId)) {
|
|
|
log.info("action customId:{}", customId);
|
|
log.info("action customId:{}", customId);
|
|
|
button.setStyle(3);
|
|
button.setStyle(3);
|
|
|
- if (!"Vary (Region)".equals(button.getLabel()) && !"Custom Zoom".equals(button.getLabel())) {
|
|
|
|
|
|
|
+ if (!"Vary (Region)".equals(button.getLabel()) && !"Custom Zoom".equals(button.getLabel()) && !customId.contains("PicReader")) {
|
|
|
modalFlag.set(true);
|
|
modalFlag.set(true);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|