From b3892f49fa8e2d6aec393f1fac861b410b4e1273 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Mon, 4 Jan 2021 13:51:35 +0400 Subject: [PATCH] Fix kSNIWatcherService/kSNIWatcherInterface misusage Even though they're the same, there should be interface specified --- Telegram/SourceFiles/platform/linux/main_window_linux.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/platform/linux/main_window_linux.cpp b/Telegram/SourceFiles/platform/linux/main_window_linux.cpp index 3d88266182..a5ee08551d 100644 --- a/Telegram/SourceFiles/platform/linux/main_window_linux.cpp +++ b/Telegram/SourceFiles/platform/linux/main_window_linux.cpp @@ -413,7 +413,7 @@ bool IsSNIAvailable() { qsl("Get")); message.setArguments({ - kSNIWatcherService.utf16(), + kSNIWatcherInterface.utf16(), qsl("IsStatusNotifierHostRegistered") });