Skip to content

Commit add2a0f

Browse files
committed
25.5.17
1 parent da296af commit add2a0f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

linkbar/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<TablacusExplorer>
33
<General>
4-
<Version>1.34</Version>
4+
<Version>1.35</Version>
55
<MinVersion>2025.5.15</MinVersion>
66
<pubDate>Sat, 17 May 2025 00:00:00 GMT</pubDate>
77
<Options>Common:0,4,6:4</Options>

linkbar/options.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<label><input type="checkbox" id="!NoDD" value="2">Buttons</label><br>
2-
<label><input type="checkbox" id="!NoFill">@themecpl.dll,-505[Fill]</label><br>
2+
<label><input type="checkbox" id="Fill">@themecpl.dll,-505[Fill]</label><br>
33
<br>
44
<label>Drag-and-Drop</label><br>
55
<input type="checkbox" id="!NoDropTo"><label for="!NoDropTo" id="_DropTo">Drop to Folder</label>

linkbar/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if (window.Addon == 1) {
55

66
Addons.LinkBar = {
77
DD: !item.getAttribute("NoDD"),
8-
Fill: !item.getAttribute("NoFill"),
8+
Fill: item.getAttribute("Fill"),
99
DropTo: !item.getAttribute("NoDropTo"),
1010

1111
Click: async function (i, bNew) {

0 commit comments

Comments
 (0)