From 1c423f769149fa247035ba27176e208e4e1dfcef Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 20 Mar 2019 02:10:44 +0100 Subject: [PATCH] Terminal: Disable the semitransparent Terminal effect for now. It's cool and everything but the lag is annoying me while I'm trying to get shit done. I'll definitely reenable it once it's been optimized. --- Applications/Terminal/Terminal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/Terminal/Terminal.h b/Applications/Terminal/Terminal.h index a79740a37d..5f31d3b2e4 100644 --- a/Applications/Terminal/Terminal.h +++ b/Applications/Terminal/Terminal.h @@ -152,7 +152,7 @@ private: GNotifier m_notifier; - float m_opacity { 0.8f }; + float m_opacity { 1 }; bool m_needs_background_fill { true }; int m_glyph_width { 0 };