File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments