update oo

Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
pull/5/head
Victor Seiji Hariki 2022-12-23 21:51:23 -03:00
parent 600f82685d
commit 09a3d41ef8
3 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@ -6,6 +6,9 @@ __pycache__/
# C extensions
*.so
# IDEs
.vscode/
# Distribution / packaging
.Python
build/

2
app

@ -1 +1 @@
Subproject commit 9c2252716ba5d81176e02934fe23a3a9cad2df2c
Subproject commit 7a52508a3becfaebfa9579246b57bd681fb0f1de

View File

@ -16,7 +16,7 @@ async function openoutpaint_get_image_from_gallery() {
if (!button) button = buttons[0];
if (!button)
reject(new Error("[openoutpaint] No image selected in the gallery"));
reject(new Error("[openoutpaint] No image available in the gallery"));
const canvas = document.createElement("canvas");
const image = document.createElement("img");