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:
55d6035
)
Remove unused signal fileActivityButtonClicked.
author
Camila
<hello@camila.codes>
Tue, 14 Jun 2022 15:39:08 +0000
(17:39 +0200)
committer
Camila
<hello@camila.codes>
Thu, 23 Jun 2022 08:10:55 +0000
(10:10 +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 bc591d0f5f226f684eefbc4647a4fc4b36326385..a5ff7e379f858a2766c39be8e5e51aee811302a2 100644
(file)
--- a/
src/gui/tray/ActivityItem.qml
+++ b/
src/gui/tray/ActivityItem.qml
@@
-20,8
+20,6
@@
MouseArea {
property color adjustedHeaderColor: Theme.darkMode ? Qt.lighter(UserModel.currentUser.headerColor, 2)
: Qt.darker(UserModel.currentUser.headerColor, 1.5)
- signal fileActivityButtonClicked(string absolutePath)
-
enabled: (model.path !== "" || model.link !== "" || model.isCurrentUserFileActivity === true)
hoverEnabled: true