mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
xcode project ready for new docs design
This commit is contained in:
@@ -1099,10 +1099,10 @@ public:
|
||||
automaticLoad(0);
|
||||
if (s->img->isNull() && loaded()) {
|
||||
if (_data.isEmpty()) {
|
||||
const FileLocation &location(location(true));
|
||||
if (location.accessEnable()) {
|
||||
s->img = ImagePtr(location.name());
|
||||
location.accessDisable();
|
||||
const FileLocation &loc(location(true));
|
||||
if (loc.accessEnable()) {
|
||||
s->img = ImagePtr(loc.name());
|
||||
loc.accessDisable();
|
||||
}
|
||||
} else {
|
||||
s->img = ImagePtr(_data);
|
||||
|
Reference in New Issue
Block a user