mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-30 06:32:42 +00:00
Fix problem where aseprite.ini is not saved when flush_config_file() is called.
+ Flush "config_override" file in flush_config_file().
This commit is contained in:
parent
7c02a016c8
commit
4e2c4f530d
@ -121,6 +121,10 @@ static void flush_config(CONFIG *cfg)
|
||||
void flush_config_file(void)
|
||||
{
|
||||
flush_config(config[0]);
|
||||
|
||||
/* [dacap] Flush the overriden file */
|
||||
if (config_override)
|
||||
flush_config(config_override);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user