mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Added blank image. Shows when action is selected and there is no action image for that action
This commit is contained in:
@@ -10320,7 +10320,9 @@ def UI_2_action_image():
|
|||||||
filename,
|
filename,
|
||||||
mimetype="image/jpeg")
|
mimetype="image/jpeg")
|
||||||
else:
|
else:
|
||||||
return None
|
return send_file(
|
||||||
|
"static/blank.png",
|
||||||
|
mimetype="image/png")
|
||||||
|
|
||||||
#==================================================================#
|
#==================================================================#
|
||||||
# display messages if they have never been sent before on this install
|
# display messages if they have never been sent before on this install
|
||||||
|
BIN
static/blank.png
Normal file
BIN
static/blank.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 148 B |
Reference in New Issue
Block a user