]> cloud.milkyroute.net Git - dolphin.git/commit
Fix how --select treats files
authorJordan Bucklin <jordan.bucklin@gmail.com>
Sat, 31 Jul 2021 19:31:49 +0000 (12:31 -0700)
committerJordan Bucklin <jordan.bucklin@gmail.com>
Sun, 1 Aug 2021 22:54:08 +0000 (15:54 -0700)
commitf190ae1cf8fc1c1bf0d87899a84f796a3e473032
tree8d96544a730f3650b418a55a1a7f79b0fb3315b3
parent7edce5a09c768805878d15e225cd063fb037cef3
Fix how --select treats files

Previously, when passing file URLs with the --select option,
Dolphin would open the file in its corresponding application, as
well as opening an empty tab in Dolphin as if the file were a
directory. This happens specifically when trying to restore a
session.

This commit prevents Dolphin from opening a file in an application
and from opening an empty tab while passing the --select option,
and selects the URLs instead.

BUG: 436584
src/main.cpp