mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-14 03:55:20 +00:00
move copy button in z-order
This commit is contained in:
+4
-4
@@ -1058,6 +1058,10 @@ 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) {
|
||||
@@ -1134,10 +1138,6 @@ fun ChatLayout(
|
||||
}
|
||||
}
|
||||
}
|
||||
// Desktop selection copy button — last child of outer Box, on top of everything
|
||||
if (appPlatform.isDesktop) {
|
||||
SelectionCopyButton()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user