Fix saved config naming
This commit is contained in:
parent
7d7dc725a8
commit
7f554bd0fd
1 changed files with 4 additions and 0 deletions
|
@ -769,5 +769,9 @@ void LauncherController::saveConfigAs()
|
|||
{}, "*.fglaunch");
|
||||
if (file.isEmpty())
|
||||
return;
|
||||
if (!file.endsWith(".fglaunch")) {
|
||||
file += ".fglaunch";
|
||||
}
|
||||
|
||||
m_config->saveConfigToFile(file);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue