2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Get rid of workarounds for old flatpak versions

The minimal supported flatpak version since Qt 6.x is 1.14.0.
Flatpak shares temp directory and runtime directory between launches since 1.11.1.
FLATPAK_ID is defined since 1.1.2.
This commit is contained in:
Ilya Fedin
2022-11-07 12:39:07 +04:00
committed by John Preston
parent bd8b90055e
commit a507edb67a
3 changed files with 3 additions and 48 deletions

View File

@@ -119,7 +119,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "base/basic_types.h"
#include "logs.h"
#include "settings.h"
#include "core/utils.h"
#include "config.h"