mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-06-30 21:36:33 -04:00
--Bug fixes -Error when saving screen on macOS at first time.
This commit is contained in:
@ -86,7 +86,11 @@ void FractoriumSettings::EnsureDefaults()
|
||||
OpenImageExt("*.png");
|
||||
|
||||
if (SaveImageExt() == "")
|
||||
SaveImageExt(".png");
|
||||
#ifndef __APPLE__
|
||||
SaveImageExt(".png");
|
||||
#else
|
||||
SaveImageExt("Png (*.png)");
|
||||
#endif
|
||||
|
||||
if (FinalExt() != "jpg" && FinalExt() != "png" && FinalExt() != "exr"
|
||||
#ifdef _WIN32
|
||||
|
Reference in New Issue
Block a user