mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Swapped icons for dummy plugins and BSA loading.
Now eye-slash and paperclip respectively.
This commit is contained in:
@@ -342,11 +342,11 @@ function processURLParams() {
|
||||
clone.children[3].href = '#' + data.plugins[i].name.replace(/\s+/g, '');
|
||||
|
||||
if (data.plugins[i].isDummy) {
|
||||
clone.getElementsByClassName('dummyPlugin')[0].className += ' fa fa-file-o';
|
||||
clone.getElementsByClassName('dummyPlugin')[0].className += ' fa fa-eye-slash';
|
||||
}
|
||||
|
||||
if (data.plugins[i].loadsBSA) {
|
||||
clone.getElementsByClassName('loadsBSA')[0].className += ' fa fa-folder-open';
|
||||
clone.getElementsByClassName('loadsBSA')[0].className += ' fa fa-paperclip';
|
||||
}
|
||||
|
||||
if (data.plugins[i].hasUserEdits) {
|
||||
|
||||
@@ -38,8 +38,8 @@
|
||||
|
||||
</ul>
|
||||
<ol class="buttons">
|
||||
<li class="dummyPlugin fa fa-file-o hidden" title="Dummy Plugin">
|
||||
<li class="loadsBSA fa fa-folder-open hidden" title="Loads BSA">
|
||||
<li class="dummyPlugin fa fa-eye-slash hidden" title="Dummy Plugin">
|
||||
<li class="loadsBSA fa fa-paperclip hidden" title="Loads BSA">
|
||||
<li class="hasUserEdits fa fa-user hidden" title="Has User Metadata">
|
||||
<li class=" fa fa-ellipsis-v fa-lg pluginMenu" data-action="show-menu">
|
||||
<li class="hidden">
|
||||
|
||||
Reference in New Issue
Block a user