Inhibit suspend instead of screen idle

PR #19316.
Closes #19312.
This commit is contained in:
axet 2023-07-18 15:40:17 +03:00 committed by Chocobo1
parent 41e44d22ea
commit 483ccb39bf

View file

@ -105,7 +105,7 @@ void PowerManagementInhibitor::requestBusy()
args << 0u;
args << u"Active torrents are presented"_s;
if (m_useGSM)
args << 8u;
args << 4u;
call.setArguments(args);
QDBusPendingCall pcall = QDBusConnection::sessionBus().asyncCall(call, 1000);