mirror of
https://github.com/zadam/trilium.git
synced 2025-02-24 15:05:31 +08:00
execute on script note is icon, closes #116
This commit is contained in:
parent
378e8f35e5
commit
e75b4cd848
1 changed files with 5 additions and 2 deletions
|
@ -138,8 +138,11 @@
|
|||
</button>
|
||||
|
||||
<button class="btn btn-sm"
|
||||
style="display: none; margin-right: 10px"
|
||||
id="execute-script-button">Execute <kbd>Ctrl+Enter</kbd></button>
|
||||
style="display: none; margin-right: 10px; padding: 4px;"
|
||||
title="Execute (Ctrl+Enter)"
|
||||
id="execute-script-button">
|
||||
<img src="/images/icons/play-20.png" alt="Render"/>
|
||||
</button>
|
||||
|
||||
<div>
|
||||
<div class="btn-group btn-group-sm">
|
||||
|
|
Loading…
Reference in a new issue