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
commit 2aa8c9950e
Notes: sideshowbarker 2024-07-17 06:09:44 +09:00
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: