mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix IBus portal service name
This commit is contained in:
parent
d9711f8ebd
commit
2b39da483b
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ bool IsXDGDesktopPortalKDEPresent() {
|
||||||
|
|
||||||
bool IsIBusPortalPresent() {
|
bool IsIBusPortalPresent() {
|
||||||
static const auto Result = QDBusInterface(
|
static const auto Result = QDBusInterface(
|
||||||
qsl("org.freedesktop.IBus.Portal"),
|
qsl("org.freedesktop.portal.IBus"),
|
||||||
qsl("/org/freedesktop/IBus")).isValid();
|
qsl("/org/freedesktop/IBus")).isValid();
|
||||||
|
|
||||||
return Result;
|
return Result;
|
||||||
|
|
Loading…
Add table
Reference in a new issue