Skip to content

Commit

Permalink
Don't use default app in desktop iconview (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Jun 17, 2019
1 parent 0db4d36 commit 07deb63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/ui/iconview.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export class DesktopIconView extends EventEmitter {
path: entry
});
} else {
this.core.open(entry);
this.core.open(entry, {useDefault: false});
}

return {selected: -1};
Expand Down

0 comments on commit 07deb63

Please sign in to comment.