Skip to content

Commit 06ef5d4

Browse files
committed
Upload file
1 parent fa69eb0 commit 06ef5d4

1 file changed

Lines changed: 7 additions & 13 deletions

File tree

pio/src/main/assets/home/etc/tool-tree.rc

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -495,32 +495,26 @@ echo "</group>"
495495

496496
Feature(){
497497
xml_print '<group>
498-
<switch icon="'`urlpng set_home`'" shell="hidden" warning="'$permis_text_3'" auto-restart="true">
498+
<switch icon="'`urlpng set_home`'" shell="hidden">
499499
<title>'$project_text_5'</title>
500500
<get>glog Tset</get>
501-
<set>
502-
slog Tset $state
503-
</set>
501+
<set>slog Tset $state</set>
504502
</switch>
505503
</group>
506504
507505
<group>
508-
<switch icon="'`urlpng icon_off`'" shell="hidden" warning="'$permis_text_3'" auto-restart="true">
506+
<switch icon="'`urlpng icon_off`'" shell="hidden" reload="true">
509507
<title>'$project_text_7'</title>
510508
<get>glog Ticon</get>
511-
<set>
512-
slog Ticon $state
513-
</set>
509+
<set>slog Ticon $state</set>
514510
</switch>
515511
</group>
516512
517513
<group>
518-
<switch icon="'`urlpng shell_off`'" shell="hidden" warning="'$permis_text_3'" auto-restart="true">
514+
<switch icon="'`urlpng shell_off`'" shell="hidden">
519515
<title>'$project_text_6'</title>
520516
<get>glog shellc</get>
521-
<set>
522-
slog shellc $state
523-
</set>
517+
<set>slog shellc $state</set>
524518
</switch>
525519
</group>
526520
@@ -535,7 +529,7 @@ slog ramoccupied "$ramoccupied"
535529
</group>
536530
537531
<group>
538-
<action icon="'`urlpng icon_info`'" title="'$infor_text'" warning="'$permis_text_3'" shell="hidden" auto-restart="true">
532+
<action icon="'`urlpng icon_info`'" title="'$infor_text'" shell="hidden">
539533
<param name="show_infor_text_1" title="Text 1" value-sh="glog show_infor_text_1" type="text" />
540534
<param name="show_infor_text_2" title="Text 2" value-sh="glog show_infor_text_2" type="text" />
541535
<set>

0 commit comments

Comments
 (0)