Fix tutorial marker menu item. Thanks to Gijs for reporting.
This commit is contained in:
parent
169ff10cf8
commit
4f838934cb
1 changed files with 4 additions and 1 deletions
|
@ -636,7 +636,10 @@
|
|||
<label>Display Tutorial Marker</label>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>tutorial.dialog()</script>
|
||||
<script>
|
||||
setprop("/nasal/tutorial/enabled",1); # load module on demand
|
||||
tutorial.dialog();
|
||||
</script>
|
||||
</binding>
|
||||
</item>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue