Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
KDE Connect
Commits
4444b4d3
Commit
4444b4d3
authored
Nov 16, 2021
by
Nicolas Fella
Browse files
Always show notification when receiving files
Otherwise we get no notification for very short transfers
BUG: 417823
parent
ff40955e
Pipeline
#98188
passed with stage
in 4 minutes and 28 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
plugins/share/shareplugin.cpp
View file @
4444b4d3
...
...
@@ -113,6 +113,7 @@ bool SharePlugin::receivePacket(const NetworkPacket& np)
if
(
!
m_compositeJob
)
{
m_compositeJob
=
new
CompositeFileTransferJob
(
device
()
->
id
());
m_compositeJob
->
setProperty
(
"destUrl"
,
destinationDir
().
toString
());
m_compositeJob
->
setProperty
(
"immediateProgressReporting"
,
true
);
KIO
::
getJobTracker
()
->
registerJob
(
m_compositeJob
);
}
...
...
Nicolas Fella
@nicolasfella
mentioned in commit
1f3c9399
·
Nov 16, 2021
mentioned in commit
1f3c9399
mentioned in commit 1f3c9399c3b1e80c0c3a4bfa55870797bfdf8980
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment