gnome-terminator / terminator

multiple GNOME terminals in one window
https://gnome-terminator.org
GNU General Public License v2.0
2.14k stars 257 forks source link

Fix TypeError in reconfigure() of terminal.py (line 753) #958

Open tinlizard opened 1 month ago

tinlizard commented 1 month ago

Resolved a bug where 'self.bgcolor.alpha' expected a number but received a string, causing a TypeError. The issue was traced to background darkness configuration handling.