mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 10:38:13 +00:00
FileManager: Use GUI::Process::spawn_or_show_error() to open terminals
This commit is contained in:
parent
d27a513dc5
commit
2aa8c9950e
3 changed files with 8 additions and 19 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
namespace FileManager {
|
||||
|
||||
void spawn_terminal(DeprecatedString const& directory);
|
||||
void spawn_terminal(GUI::Window* window, StringView directory);
|
||||
|
||||
class LauncherHandler : public RefCounted<LauncherHandler> {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue