Now About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.py')
-rw-r--r--src/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.py b/src/main.py
index 8997ab5..1b45586 100644
--- a/src/main.py
+++ b/src/main.py
@@ -324,7 +324,7 @@ class WeegtkApplication(Adw.Application):
buf_name = buf.data['short_name']
# Only make chats visible on main screen
- if buf.is_chat():
+ if True or buf.is_chat():
self.props.active_window.stack.add_titled(buf, name=buf_name, title=buf_name)
def buffer_input(self, source_object, full_name, text):