mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-09 04:08:16 +08:00
parent
0bcc1cf4a0
commit
1874fd7f93
@ -80,15 +80,15 @@ void PowerManagementInhibitor::requestIdle()
|
||||
if ((m_state == Error) || (m_state == Idle) || (m_state == RequestIdle) || (m_state == RequestBusy))
|
||||
return;
|
||||
|
||||
m_state = RequestIdle;
|
||||
|
||||
if (m_manager == ManagerType::Systemd)
|
||||
{
|
||||
QDBusUnixFileDescriptor dummy;
|
||||
m_fd.swap(dummy);
|
||||
m_fd = {};
|
||||
m_state = Idle;
|
||||
return;
|
||||
}
|
||||
|
||||
m_state = RequestIdle;
|
||||
|
||||
const QString method = (m_manager == ManagerType::Gnome)
|
||||
? u"Uninhibit"_s
|
||||
: u"UnInhibit"_s;
|
||||
|
Loading…
Reference in New Issue
Block a user