瀏覽代碼

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.
Andreas Kling 6 年之前
父節點
當前提交
1c423f7691
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Applications/Terminal/Terminal.h

+ 1 - 1
Applications/Terminal/Terminal.h

@@ -152,7 +152,7 @@ private:
 
 
     GNotifier m_notifier;
     GNotifier m_notifier;
 
 
-    float m_opacity { 0.8f };
+    float m_opacity { 1 };
     bool m_needs_background_fill { true };
     bool m_needs_background_fill { true };
 
 
     int m_glyph_width { 0 };
     int m_glyph_width { 0 };