mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Try to remove Wayland blacklist again
This commit is contained in:
@@ -69,14 +69,7 @@ FilteredCommandLineArguments::FilteredCommandLineArguments(
|
||||
pushArgument("cocoa:fontengine=freetype");
|
||||
#endif // !Q_OS_WIN
|
||||
}
|
||||
#elif defined Q_OS_UNIX
|
||||
if (QFile::exists(cWorkingDir() + u"tdata/nowayland"_q)
|
||||
&& qEnvironmentVariableIsEmpty("QT_QPA_PLATFORM")) {
|
||||
LOG(("Wayland: Disable on old installations"));
|
||||
pushArgument("-platform");
|
||||
pushArgument("xcb;wayland");
|
||||
}
|
||||
#endif // Q_OS_WIN || Q_OS_MAC || Q_OS_UNIX
|
||||
#endif // Q_OS_WIN || Q_OS_MAC
|
||||
|
||||
pushArgument(nullptr);
|
||||
}
|
||||
|
Reference in New Issue
Block a user