remove dim filter

This commit is contained in:
Will McGugan
2023-09-09 20:44:40 +01:00
parent b91ff6cfb7
commit 5028c6f451

View File

@@ -130,7 +130,6 @@ class AppSession(Session):
"""Open the process."""
environment = dict(os.environ.copy())
environment["TEXTUAL_DRIVER"] = "textual.drivers.web_driver:WebDriver"
environment["TEXTUAL_FILTERS"] = "dim"
environment["TEXTUAL_FPS"] = "60"
environment["TEXTUAL_COLOR_SYSTEM"] = "truecolor"
environment["COLUMNS"] = str(width)