Added blank image. Shows when action is selected and there is no action image for that action

This commit is contained in:
ebolam
2023-01-19 15:55:10 -05:00
parent a0249d7ffa
commit 5aca142034
2 changed files with 3 additions and 1 deletions

View File

@@ -10320,7 +10320,9 @@ def UI_2_action_image():
filename,
mimetype="image/jpeg")
else:
return None
return send_file(
"static/blank.png",
mimetype="image/png")
#==================================================================#
# display messages if they have never been sent before on this install

BIN
static/blank.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 B