FFS closes down

Discuss new features and functions
Posts: 3
Joined: 7 Aug 2024

j.d.renegade

FFS used to show a "success screen" with the liust of changes in the main window behind it after sychronising.Now it just closes down. I want the old behaviour back. I know there must be a simple setting somewhere, I simply (lol) can't find it
Posts: 999
Joined: 8 May 2006

therube

What version of FFS?
Are you running the GUI or a .ffs_batch or ... ?

On the completion dialog, there is an "autoclose" checkbox.
If you ticked that, it sets in: GlobalSettings.xml

<ProgressDialog AutoClose="true"/>

Don't know if there is a GUI to change that, but with FFS closed,
if you change that to:

<ProgressDialog AutoClose="false"/>

that should bring your completion dialog back.
Posts: 3
Joined: 7 Aug 2024

j.d.renegade

Thankls both. However, when I checked the global settings file,it is also showing autoclose as false.