mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 07:35:12 +00:00
Remove outdated LIBGL_ALWAYS_INDIRECT hack
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user