feat: 新增 quickcommand.runInTermial

This commit is contained in:
fofolee
2021-01-14 22:39:32 +08:00
parent 5d66f00449
commit 98ce15cbf1
2 changed files with 69 additions and 27 deletions

View File

@@ -940,7 +940,7 @@
$('.customscript').hide();
$('.quickactions').hide();
$('#scptarg, #charset').show();
$('#showInTerm').prop("disabled", false);
if (!utools.isLinux()) $('#showInTerm').prop("disabled", false)
$('#charset').data(autoCharset(mode));
if (!hasCustomIcon()) $("#icon").attr('src', `logo/${mode}.png`);
switch (mode) {