2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-04 16:45:12 +00:00

Update SNI state even if tray is deactivated

This commit is contained in:
Ilya Fedin
2020-10-02 18:52:52 +04:00
committed by John Preston
parent f10ef26226
commit a0af748fc5
2 changed files with 8 additions and 8 deletions

View File

@@ -85,7 +85,7 @@ constexpr auto kXCBFrameExtentsAtomName = "_GTK_FRAME_EXTENTS"_cs;
QStringList PlatformThemes;
bool IsTrayIconSupported = true;
bool IsTrayIconSupported = false;
#ifndef DESKTOP_APP_DISABLE_DBUS_INTEGRATION
void PortalAutostart(bool autostart, bool silent = false) {