mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-17 15:42:30 +00:00
Renamed system.use_daemon to system.daemon.
This commit is contained in:
@@ -105,7 +105,7 @@ Canvas::initialize() {
|
||||
if (m_isInitialized)
|
||||
return;
|
||||
|
||||
m_isDaemon = rpc::call_command_value("system.use_daemon");
|
||||
m_isDaemon = rpc::call_command_value("system.daemon");
|
||||
|
||||
m_isInitialized = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user