1
Fork 0
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:
MacDue 2023-03-13 20:29:33 +00:00 committed by Linus Groh
parent d27a513dc5
commit 2aa8c9950e
3 changed files with 8 additions and 19 deletions

View file

@ -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: