mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-28 15:13:21 +08:00
feat: 新增 quickcommand.runInTermial
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user