Merge pull request #1034 from Scrumplex/detect-performance-features
This commit is contained in:
commit
8e3356f11a
12 changed files with 68 additions and 18 deletions
|
@ -162,7 +162,7 @@ void LauncherPartLaunch::executeTask()
|
|||
}
|
||||
|
||||
#ifdef Q_OS_LINUX
|
||||
if (instance->settings()->get("EnableFeralGamemode").toBool())
|
||||
if (instance->settings()->get("EnableFeralGamemode").toBool() && APPLICATION->capabilities() & Application::SupportsGameMode)
|
||||
{
|
||||
auto pid = m_process.processId();
|
||||
if (pid)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue