mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Remove outdated LIBGL_ALWAYS_INDIRECT hack
This commit is contained in:
parent
78c3c86fe6
commit
d1d1f83881
1 changed files with 0 additions and 4 deletions
|
@ -623,10 +623,6 @@ namespace Platform {
|
||||||
void start() {
|
void start() {
|
||||||
LOG(("Launcher filename: %1").arg(GetLauncherFilename()));
|
LOG(("Launcher filename: %1").arg(GetLauncherFilename()));
|
||||||
|
|
||||||
if (InAppImage()) {
|
|
||||||
qputenv("LIBGL_ALWAYS_INDIRECT", "1");
|
|
||||||
}
|
|
||||||
|
|
||||||
#ifdef TDESKTOP_USE_FONTCONFIG_FALLBACK
|
#ifdef TDESKTOP_USE_FONTCONFIG_FALLBACK
|
||||||
FallbackFontConfig();
|
FallbackFontConfig();
|
||||||
#endif // TDESKTOP_USE_FONTCONFIG_FALLBACK
|
#endif // TDESKTOP_USE_FONTCONFIG_FALLBACK
|
||||||
|
|
Loading…
Add table
Reference in a new issue