summaryrefslogtreecommitdiff
path: root/Services
diff options
context:
space:
mode:
Diffstat (limited to 'Services')
-rw-r--r--Services/Taskbar/TaskbarWindow.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/Services/Taskbar/TaskbarWindow.cpp b/Services/Taskbar/TaskbarWindow.cpp
index 9ad590c495..a68dedc4c9 100644
--- a/Services/Taskbar/TaskbarWindow.cpp
+++ b/Services/Taskbar/TaskbarWindow.cpp
@@ -206,12 +206,6 @@ void TaskbarWindow::update_window_button(::Window& window, bool show_as_active)
auto* button = window.button();
if (!button)
return;
-
- if (window.is_minimized()) {
- button->set_foreground_color(Color::DarkGray);
- } else {
- button->set_foreground_color(Color::Black);
- }
button->set_text(window.title());
button->set_checked(show_as_active);
}