Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KDE Portal for XDG Desktop
Commits
19b398a3
Commit
19b398a3
authored
Apr 21, 2022
by
Aleix Pol Gonzalez
🐧
Committed by
Aleix Pol Gonzalez
May 04, 2022
Browse files
wayland: No need to translate the service's name
parent
89e21053
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/waylandintegration.cpp
View file @
19b398a3
...
...
@@ -454,7 +454,7 @@ bool WaylandIntegration::WaylandIntegrationPrivate::eventFilter(QObject *watched
void
WaylandIntegration
::
WaylandIntegrationPrivate
::
authenticate
()
{
if
(
!
m_waylandAuthenticationRequested
)
{
m_fakeInput
->
authenticate
(
i18n
(
"xdg-desktop-portals-kde"
),
i18n
(
"Remote desktop"
));
m_fakeInput
->
authenticate
(
QStringLiteral
(
"xdg-desktop-portals-kde"
),
i18n
(
"Remote desktop"
));
m_waylandAuthenticationRequested
=
true
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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