mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-25 09:52:14 +00:00
move more
This commit is contained in:
@@ -1007,6 +1007,11 @@ fun ChatLayout(
|
||||
CommandsMenuView(chatsCtx, chat, composeState, showCommandsMenu)
|
||||
}
|
||||
}
|
||||
// Copy button: last child of chat Box — above messages,
|
||||
// behind compose (ABPL paints compose after) and toolbars (outer Box paints after ABPL)
|
||||
if (appPlatform.isDesktop) {
|
||||
SelectionCopyButton()
|
||||
}
|
||||
}
|
||||
}
|
||||
if (chatsCtx.contentTag == MsgContentTag.Report) {
|
||||
@@ -1058,10 +1063,6 @@ fun ChatLayout(
|
||||
}
|
||||
}
|
||||
}
|
||||
// Copy button: above messages, behind toolbars/compose
|
||||
if (appPlatform.isDesktop) {
|
||||
SelectionCopyButton()
|
||||
}
|
||||
val reportsCount = reportsCount(chatInfo?.id)
|
||||
val supportUnreadCount = supportUnreadCount(chatInfo?.id)
|
||||
if (oneHandUI.value && chatBottomBar.value) {
|
||||
|
||||
Reference in New Issue
Block a user