We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f522ee commit a0f8782Copy full SHA for a0f8782
pio/src/main/assets/home/etc/tool-tree.rc
@@ -546,7 +546,7 @@ slog show_infor_text_2 "$show_infor_text_2"
546
</group>
547
548
<group>
549
-<action icon="'`urlpng cpu`'" warning="'$project_text_13'" shell="hidden" >
+<action icon="'`urlpng cpu`'" warning="'$project_text_13'" shell="hidden" visible="command -v taskset &>/dev/null && echo 1">
550
<title>'$project_text_12'</title>
551
<param name="use_cpus" label="'$option_text'" option-sh="seq 1 $(nproc --all)" value-sh="glog use_cpu" />
552
<set>slog use_cpu "$use_cpus"</set>
0 commit comments