chore: nudge for using better console (#32656)
This commit is contained in:
parent
d3a5e8d13e
commit
ca6c57faac
1 changed files with 4 additions and 0 deletions
|
|
@ -36,6 +36,10 @@ frappe.ui.form.on("System Console", {
|
|||
frm.set_value("type", "Python"); // defaults don't work on singles on old sites.
|
||||
}
|
||||
frm.trigger("load_completions");
|
||||
|
||||
frm.page.add_inner_message(
|
||||
`${__("Tip: Try the new dropdown console using")} <kbd>⇧+T</kbd>`
|
||||
);
|
||||
},
|
||||
|
||||
type: function (frm) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue