diff --git a/static/koboldai.js b/static/koboldai.js index e8053f23..64da7146 100644 --- a/static/koboldai.js +++ b/static/koboldai.js @@ -147,6 +147,12 @@ const context_menu_actions = { "wi-img-upload-button": [ {label: "Upload Image", icon: "file_upload", enabledOn: "ALWAYS", click: wiImageReplace}, {label: "Use Generated Image", icon: "image", enabledOn: "GENERATED-IMAGE", click: wiImageUseGeneratedImage}, + ], + "submit-button": [ + {label: "Generate", icon: "edit", enabledOn: "ALWAYS", click: function(){}}, + null, + {label: "Finish Line", icon: "edit_off", enabledOn: "ALWAYS", click: function(){}}, + {label: "Finish Sentence", icon: "edit_off", enabledOn: "ALWAYS", click: function(){}}, ] }; diff --git a/templates/index_new.html b/templates/index_new.html index 99b8c941..53bcffd5 100644 --- a/templates/index_new.html +++ b/templates/index_new.html @@ -110,7 +110,7 @@ - +