projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5682582
)
Remove unused function parameter.
author
Camila
<hello@camila.codes>
Wed, 6 Apr 2022 08:06:46 +0000
(10:06 +0200)
committer
Camila
<hello@camila.codes>
Wed, 6 Apr 2022 08:38:01 +0000
(10:38 +0200)
Signed-off-by: Camila <hello@camila.codes>
src/gui/tray/ActivityItem.qml
patch
|
blob
|
history
diff --git
a/src/gui/tray/ActivityItem.qml
b/src/gui/tray/ActivityItem.qml
index 3003ae667d7839cf0f6849eeb87d82d38e769920..42e673917111dba07d635ab1df7710cd060dcc50 100644
(file)
--- a/
src/gui/tray/ActivityItem.qml
+++ b/
src/gui/tray/ActivityItem.qml
@@
-27,7
+27,7
@@
MouseArea {
Accessible.name: (model.path !== "" && model.displayPath !== "") ? qsTr("Open %1 locally").arg(model.displayPath) : model.message
Accessible.onPressAction: root.clicked()
- function showReplyOptions(
activityIndex
) {
+ function showReplyOptions() {
isTalkReplyOptionVisible = !isTalkReplyOptionVisible
}