mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:17:36 +00:00
FileManager: Move "Open Terminal here" action to DirectoryView
This commit is contained in:
parent
609108f6b3
commit
825fcb8292
3 changed files with 21 additions and 18 deletions
|
@ -136,6 +136,7 @@ public:
|
|||
|
||||
GUI::Action& mkdir_action() { return *m_mkdir_action; }
|
||||
GUI::Action& touch_action() { return *m_touch_action; }
|
||||
GUI::Action& open_terminal_action() { return *m_open_terminal_action; }
|
||||
|
||||
private:
|
||||
explicit DirectoryView(Mode);
|
||||
|
@ -171,4 +172,5 @@ private:
|
|||
|
||||
RefPtr<GUI::Action> m_mkdir_action;
|
||||
RefPtr<GUI::Action> m_touch_action;
|
||||
RefPtr<GUI::Action> m_open_terminal_action;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue