mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-07-03 05:53:20 +00:00
cocoa: fix image loading in picture mode details panel
I had broken it during the big merge.
This commit is contained in:
parent
ca3172044f
commit
168d94910b
@ -126,7 +126,7 @@ http://www.gnu.org/licenses/gpl-3.0.html
|
|||||||
{
|
{
|
||||||
NSInteger appMode = [self getAppMode];
|
NSInteger appMode = [self getAppMode];
|
||||||
if (appMode == AppModePicture) {
|
if (appMode == AppModePicture) {
|
||||||
return [[DetailsPanelPicture alloc] initWithPyRef:[model detailsPanel]];
|
return [[DetailsPanelPicture alloc] initWithApp:model];
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
return [[DetailsPanel alloc] initWithPyRef:[model detailsPanel]];
|
return [[DetailsPanel alloc] initWithPyRef:[model detailsPanel]];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user