Various improvements

This commit is contained in:
Isaac
2024-03-27 19:54:56 +04:00
parent 0d4fd4f934
commit 9554305a33
10 changed files with 234 additions and 13 deletions

View File

@@ -227,7 +227,8 @@ private struct CommandChatInputContextPanelEntry: Comparable, Identifiable {
searchQuery: command.searchQuery.flatMap { "/\($0)"},
messageCount: shortcut.totalCount,
hideSeparator: false,
hideDate: true
hideDate: true,
hidePeerStatus: true
)
)),
editing: false,