Fix strange default for Window.title reactive var

This commit is contained in:
Isaiah Odhner 2023-07-15 21:29:28 -04:00
parent eb81d5e934
commit 3ff0b47650

View File

@ -60,7 +60,7 @@ class Window(Container):
class Closed(Message):
"""Message when the window is really closed."""
title = var([])
title = var("")
BINDINGS = [
# Binding("tab", "focus_next", "Focus Next", show=False),