Add button to thread to reply

![image](/uploads/bf2b6857f797480b429db02c5d01a4f7/image.png){width=254 height=147}
This commit is contained in:
James Graham
2024-12-24 17:14:00 +00:00
parent 0f79c04d93
commit fe7cf0a595
9 changed files with 77 additions and 10 deletions

View File

@@ -44,7 +44,7 @@ QQC2.Control {
leftPadding: 0
rightPadding: 0
visible: (root.hovered || root.showActions || showActionsTimer.running) && !Kirigami.Settings.isMobile
visible: (root.hovered || root.showActions || showActionsTimer.running) && !Kirigami.Settings.isMobile && (!root.delegate.isThreaded || !NeoChatConfig.threads)
onVisibleChanged: {
if (visible) {
// HACK: delay disapearing by 200ms, otherwise this can create some glitches