mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
Terminal+LibVT: Use LibConfig instead of Core::ConfigFile
This commit is contained in:
Notes:
sideshowbarker
2024-07-18 05:17:15 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/82d8cd2b87a
@@ -162,8 +162,7 @@ TerminalWrapper::TerminalWrapper(bool user_spawned)
|
||||
{
|
||||
set_layout<GUI::VerticalBoxLayout>();
|
||||
|
||||
RefPtr<Core::ConfigFile> config = Core::ConfigFile::open_for_app("Terminal");
|
||||
m_terminal_widget = add<VT::TerminalWidget>(-1, false, config);
|
||||
m_terminal_widget = add<VT::TerminalWidget>(-1, false);
|
||||
|
||||
if (user_spawned)
|
||||
run_command("Shell");
|
||||
|
||||
Reference in New Issue
Block a user