mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 22:15:57 +03:00
Remove unused signal fileActivityButtonClicked.
Signed-off-by: Camila <hello@camila.codes>
This commit is contained in:
parent
55d6035f1e
commit
ac0c227263
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue