2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

Update snap to core20

This commit is contained in:
Ilya Fedin
2020-05-15 22:36:35 +04:00
committed by John Preston
parent ef08b52597
commit e009ac026d
6 changed files with 86 additions and 164 deletions

View File

@@ -346,7 +346,6 @@ bool UseXDGDesktopPortal() {
return (
DesktopEnvironment::IsKDE()
|| InSnap()
|| envVar
) && portalPresent;
}();