mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +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];
|
||||
if (appMode == AppModePicture) {
|
||||
return [[DetailsPanelPicture alloc] initWithPyRef:[model detailsPanel]];
|
||||
return [[DetailsPanelPicture alloc] initWithApp:model];
|
||||
}
|
||||
else {
|
||||
return [[DetailsPanel alloc] initWithPyRef:[model detailsPanel]];
|
||||
|
Loading…
x
Reference in New Issue
Block a user