Added all window search and list with toggling functionality.

This commit is contained in:
2018-05-21 04:48:34 -05:00
parent 316d9840f6
commit da93d9cfc3
9 changed files with 118 additions and 37 deletions

View File

@@ -24,6 +24,9 @@
<button id="goToTab" type="button" title="Scroll Current Tab To View">
<img style="width:1em; height:1em;" src="../icons/go2-arrow.png"/>
</button>
<button id="searchMode" searchwindowsmode="false" type="button" title="Searching curent window...">
<img style="width:1em; height:1em;" src="../icons/window.png"/>
</button>
<button id="newTab" type="button" title="New Tab">
<img style="width:1em; height:1em;" src="../icons/plus.png"/>
</button>