mirror of
https://github.com/javl/image2cpp.git
synced 2026-07-27 19:56:07 +00:00
formatting
This commit is contained in:
@@ -847,7 +847,9 @@ function handleImageSelection(evt) {
|
||||
if (imageSizeSettings.children.length === 1) {
|
||||
allSameSizeButton.style.display = 'none';
|
||||
}
|
||||
if (images.length() === 0) noFileSelected.style.display = 'block';
|
||||
if (images.length() === 0) {
|
||||
noFileSelected.style.display = 'block';
|
||||
}
|
||||
update();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user