Skip to content

Commit

Permalink
gui/macOS: Fix emitted signal in file provider sync status GUI component
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed Mar 3, 2025
1 parent 113985b commit 9b44eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/macOS/ui/FileProviderSyncStatus.qml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ GridLayout {
text: qsTr("Request sync")
visible: !root.syncStatus.syncing
hoverEnabled: true
onClicked: root.controller.signalFileProviderDomain(root.accountUserIdAtHost)
onClicked: root.controller.domainSignalRequested()

ToolTip.visible: hovered
ToolTip.delay: Qt.styleHints.mousePressAndHoldInterval
Expand Down

0 comments on commit 9b44eca

Please sign in to comment.