mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
FileManager: Use GUI::Process::spawn_or_show_error() to open terminals
This commit is contained in:
parent
d27a513dc5
commit
2aa8c9950e
Notes:
sideshowbarker
2024-07-17 06:09:44 +09:00
Author: https://github.com/MacDue
Commit: 2aa8c9950e
Pull-request: https://github.com/SerenityOS/serenity/pull/17840
Reviewed-by: https://github.com/LucasChollet
Reviewed-by: https://github.com/gmta
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
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