mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-18 00:38:01 +00:00
Various fixes to remove unnecessary warnings.
This commit is contained in:
@@ -632,11 +632,8 @@ Window {
|
||||
|
||||
onLinkActivated: function (link) {
|
||||
if (!link.startsWith("context://"))
|
||||
return;
|
||||
|
||||
console.log("link " + link);
|
||||
return
|
||||
var integer = parseInt(link.split("://")[1]);
|
||||
console.log("context is" + referencesContext[integer - 1]);
|
||||
referenceContextDialog.text = referencesContext[integer - 1];
|
||||
referenceContextDialog.open();
|
||||
}
|
||||
|
Reference in New Issue
Block a user