Skip to content
Snippets Groups Projects
Commit 5a43fff5 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Insure call to uifc.bail() when exiting

parent 65120ae7
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -184,6 +184,7 @@ function main()
var val;
uifc.init("FREQIT Config");
js.on_exit("uifc.bail()");
while (cmd >= 0) {
opts = ["Dirs...", "Secure Dirs...", format("Max Files (%d)", cfg.maxfiles), "Magic Names..."];
cmd = uifc.list(WIN_ACT|WIN_ORG|WIN_MID, "FREQIT Options", opts, ctx);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment