Page 1 of 1
Deletion Toggle for Tree
Posted: 06 Oct 2025 14:18
by Slideshow BoB
hey guys.
Is there a way I can have a button enabling deletion toggle from the tree? Right now I almost deleted a whole 5 years of carefully crafted content. Yeah shame on me but I think this should be easily avoidable.
Re: Deletion Toggle for Tree
Posted: 06 Oct 2025 14:21
by GreetingsFromPoland
hi !
maybe this option will work for you ?
Code: Select all
Configuration | General | Safety Belts, Network | Safety Belts | [x] Disallow delete by key in folder tree
Re: Deletion Toggle for Tree
Posted: 06 Oct 2025 15:01
by Slideshow BoB
FANTASTIC!
But - is there a way I can quickly toggle this by using a custom button or even a key combination?
and... greetings!

Re: Deletion Toggle for Tree
Posted: 06 Oct 2025 15:30
by GreetingsFromPoland
hi!
i believe you would add a custom button with this code in it to toggle the setting :
Code: Select all
conf("DisallowDeleteByKeyTree", 0, 1);
i checked the scripting section of the manual, under
for an example and then searched in my INI file to find the setting.
if this is incorrect or could be done better, one of the forum scripting guru's will most likely help out.
Re: Deletion Toggle for Tree
Posted: 06 Oct 2025 15:40
by Slideshow BoB
Help file topic not being explicit on this, I am assuming the setting is forgotten at app restart, right? I mean, it will not set a permanent state for the changes made, will it...?
Re: Deletion Toggle for Tree
Posted: 06 Oct 2025 15:41
by admin
conf("DisallowDeleteByKeyTree") does not exist.
Re: Deletion Toggle for Tree
Posted: 06 Oct 2025 15:44
by Slideshow BoB
error: "Key 'DisallowDeleteByKeyTree' is not supported by Tweak."
either setting a custom button or running it as a 'run script...' entry.
Re: Deletion Toggle for Tree
Posted: 06 Oct 2025 15:45
by Slideshow BoB
admin wrote: ↑06 Oct 2025 15:41
conf("DisallowDeleteByKeyTree") does not exist.
heck.
thanks, admin.