mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-27 04:37:22 +00:00
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.
This commit is contained in:
parent
0e4a1936ca
commit
1c423f7691
Notes:
sideshowbarker
2024-07-19 15:00:07 +09:00
Author: https://github.com/awesomekling
Commit: 1c423f7691
1 changed files with 1 additions and 1 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue