chore: nudge for using better console (#32656)

This commit is contained in:
Ankush Menat 2025-05-23 18:22:43 +05:30 committed by GitHub
parent d3a5e8d13e
commit ca6c57faac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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) {