Merge pull request #71 from kongfl888/screenshot
winport: fix the screenshot type is not saved.
This commit is contained in:
commit
73c8f8af37
|
@ -116,6 +116,7 @@ void WritePathSettings()
|
|||
WritePrivateProfileString(SECTION, FIRMWAREKEY, path.pathToFirmware, IniName);
|
||||
WritePrivateProfileString(SECTION, LUAKEY, path.pathToLua, IniName);
|
||||
|
||||
WritePrivateProfileInt(SECTION, DEFAULTFORMATKEY, path.currentimageformat, IniName);
|
||||
WritePrivateProfileString(SECTION, FORMATKEY, path.screenshotFormat, IniName);
|
||||
|
||||
WritePrivateProfileInt(SECTION, LASTVISITKEY, path.savelastromvisit, IniName);
|
||||
|
|
Loading…
Reference in New Issue