-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Currently the filter options you can select in the server list menu are not saved when exiting the game. It would be nice if this configuration can be saved such that you don't have to fine tune the settings again every time.
But then a "default" button may be needed as well. It should work like this: when launching the game, parse a custom .ini file somewhere in FL's data path. This ini file contains the default filter values. Upon reading them, they are stored in the memory, replacing the existing default values. When closing the dialog via the OK button, the new config is written to a new ini file in the user's data path. If this ini file exists in the user's data path when launching the game, the values are parsed from there and loaded into the memory instead of the default values. It's not necessary to re-read the ini file every time the filter menu is opened because the checked values are stored in memory.
