Added button to reload Nasal canvas module
This commit is contained in:
parent
f1d7848a6b
commit
66fcfce8af
1 changed files with 7 additions and 0 deletions
|
@ -252,6 +252,13 @@
|
||||||
<script>canvas.WidgetsFactoryDialog.new();</script>
|
<script>canvas.WidgetsFactoryDialog.new();</script>
|
||||||
</binding>
|
</binding>
|
||||||
</button>
|
</button>
|
||||||
|
<button>
|
||||||
|
<legend>Reload Nasal canvas module</legend>
|
||||||
|
<binding>
|
||||||
|
<command>nasal-reload</command>
|
||||||
|
<module>canvas</module>
|
||||||
|
</binding>
|
||||||
|
</button>
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
<group>
|
<group>
|
||||||
|
|
Loading…
Reference in a new issue