We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1db4d4 commit 117b62dCopy full SHA for 117b62d
zulipterminal/ui_tools/views.py
@@ -38,6 +38,7 @@
38
match_stream,
39
match_user,
40
)
41
+from zulipterminal.platform_code import PLATFORM
42
from zulipterminal.server_url import near_message_url
43
from zulipterminal.ui_tools.boxes import MessageBox, PanelSearchBox
44
from zulipterminal.ui_tools.buttons import (
@@ -1125,6 +1126,7 @@ def __init__(
1125
1126
("Notifications", "enabled" if notify_enabled else "disabled"),
1127
],
1128
),
1129
+ ("Platform", [("Detected Platform", PLATFORM if PLATFORM else "Invalid Platform")])
1130
]
1131
1132
popup_width, column_widths = self.calculate_table_widths(contents, len(title))
0 commit comments