mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 23:24:01 +02:00
Fix kSNIWatcherService/kSNIWatcherInterface misusage
Even though they're the same, there should be interface specified
This commit is contained in:
parent
daa3a2f62f
commit
b3892f49fa
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,7 @@ bool IsSNIAvailable() {
|
||||||
qsl("Get"));
|
qsl("Get"));
|
||||||
|
|
||||||
message.setArguments({
|
message.setArguments({
|
||||||
kSNIWatcherService.utf16(),
|
kSNIWatcherInterface.utf16(),
|
||||||
qsl("IsStatusNotifierHostRegistered")
|
qsl("IsStatusNotifierHostRegistered")
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue