diff --git a/Applications/Taskbar/TaskbarWindow.cpp b/Applications/Taskbar/TaskbarWindow.cpp index 424fcd1ee7..7e2638ebd0 100644 --- a/Applications/Taskbar/TaskbarWindow.cpp +++ b/Applications/Taskbar/TaskbarWindow.cpp @@ -135,7 +135,6 @@ NonnullRefPtr TaskbarWindow::create_button(const WindowIdentifier& auto& button = main_widget()->add(identifier); button.set_size_policy(GUI::SizePolicy::Fixed, GUI::SizePolicy::Fixed); button.set_preferred_size(140, 22); - button.set_checkable(true); button.set_text_alignment(Gfx::TextAlignment::CenterLeft); button.set_icon(*m_default_icon); return button;