Remove unused signal fileActivityButtonClicked.
authorCamila <hello@camila.codes>
Tue, 14 Jun 2022 15:39:08 +0000 (17:39 +0200)
committerCamila <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

index bc591d0f5f226f684eefbc4647a4fc4b36326385..a5ff7e379f858a2766c39be8e5e51aee811302a2 100644 (file)
@@ -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