mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibVT: Put TerminalWidget in the VT namespace :^)
This commit is contained in:
@@ -178,7 +178,7 @@ TerminalWrapper::TerminalWrapper(bool user_spawned)
|
||||
set_layout<GUI::VerticalBoxLayout>();
|
||||
|
||||
RefPtr<Core::ConfigFile> config = Core::ConfigFile::get_for_app("Terminal");
|
||||
m_terminal_widget = add<TerminalWidget>(-1, false, config);
|
||||
m_terminal_widget = add<VT::TerminalWidget>(-1, false, config);
|
||||
|
||||
if (user_spawned)
|
||||
run_command("Shell");
|
||||
|
||||
Reference in New Issue
Block a user