GenieClient / Genie4

.NET 6 Update of Genie
GNU General Public License v3.0
20 stars 14 forks source link

#mapper allowdupes true and #mapper allowdupes false don't work properly. #169

Open SaragosDR opened 5 months ago

SaragosDR commented 5 months ago

mapper allowdupes true and #mapper allowdupes false don't work properly. Each of them just toggles the allowdupes state from whatever it's on, rather than setting it to true or false.

Per Djordje on the discord: "I see why. It's kinda silly. The Mapper Form has a toggle button for it, and the command is just triggering the same method the toggle button uses, which checks the state of the toggle button"