mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
add debugger icons
This commit is contained in:
@ -141,16 +141,16 @@
|
||||
|
||||
<div id="qr--modal-debugButtons">
|
||||
<div title="Resume" id="qr--modal-resume" class="qr--modal-debugButton menu_button">
|
||||
<span class="qr--glyph">▷</span>
|
||||
<!-- <span class="qr--glyph">▷</span> -->
|
||||
</div>
|
||||
<div title="Step Over" id="qr--modal-step" class="qr--modal-debugButton qr--glyph-combo menu_button">
|
||||
<span class="qr--glyph">↷</span><span class="qr--glyph">▪</span>
|
||||
<!-- <span class="qr--glyph">↷</span><span class="qr--glyph">▪</span> -->
|
||||
</div>
|
||||
<div title="Step Into" id="qr--modal-stepInto" class="qr--modal-debugButton qr--glyph-combo menu_button">
|
||||
<span class="qr--glyph">↓</span><span class="qr--glyph">▪</span>
|
||||
<!-- <span class="qr--glyph">↓</span><span class="qr--glyph">▪</span> -->
|
||||
</div>
|
||||
<div title="Step Out" id="qr--modal-stepOut" class="qr--modal-debugButton qr--glyph-combo menu_button">
|
||||
<span class="qr--glyph">↑</span><span class="qr--glyph">▪</span>
|
||||
<!-- <span class="qr--glyph">↑</span><span class="qr--glyph">▪</span> -->
|
||||
</div>
|
||||
</div>
|
||||
<div id="qr--modal-debugState"></div>
|
||||
|
Reference in New Issue
Block a user