diff options
Diffstat (limited to 'src/gui/chat.cpp')
-rw-r--r-- | src/gui/chat.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp index 54b388db..9930fe06 100644 --- a/src/gui/chat.cpp +++ b/src/gui/chat.cpp @@ -76,6 +76,8 @@ ChatWindow::ChatWindow(): setWindowName("Chat"); setResizable(true); + setDefaultVisible(true); + setSaveVisible(true); setDefaultSize(600, 123, ImageRect::LOWER_LEFT); setMinWidth(150); setMinHeight(90); |