1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 21:27:34 +00:00

FileManager: Add Open in Terminal on folder context menu

This commit is contained in:
pancake 2021-07-08 11:22:44 +02:00 committed by Ali Mohammad Pur
parent 47e1d5c05e
commit 86a4d0694f
3 changed files with 42 additions and 12 deletions

View file

@ -20,6 +20,8 @@
namespace FileManager {
void spawn_terminal(String const& directory);
class LauncherHandler : public RefCounted<LauncherHandler> {
public:
LauncherHandler(const NonnullRefPtr<Desktop::Launcher::Details>& details)