Skip to content

Commit 738e70b

Browse files
SQUASH into xdg apps
1 parent 68ea086 commit 738e70b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

applications_xdg/src/plugin.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -360,15 +360,15 @@ std::pair<shared_ptr<StandardItem>, QStringList> Plugin::parseDesktopEntry(const
360360
albert::runDetachedProcess(QStringList() << "sh" << "-c" << action_exec, working_dir);
361361
});
362362

363-
actionList.emplace_back("reveal-entry", "Open desktop entry in file browser", [=](){
364-
albert::openUrl(QFileInfo(path).path());
365-
});
366-
367363
} catch (const out_of_range &) {
368364
WARN << "Desktop action" << action_identifier << "missing:" << path;
369365
}
370366
}
371367

368+
actionList.emplace_back("reveal-entry", "Open desktop entry in file browser", [=](){
369+
albert::openUrl(QFileInfo(path).path());
370+
});
371+
372372

373373
// --
374374

0 commit comments

Comments
 (0)