mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
Display execution log as a tab instead of a modal window
This commit is contained in:
@@ -600,6 +600,16 @@ public:
|
||||
setValue(QString::fromUtf8("Preferences/Search/SearchEnabled"), enabled);
|
||||
}
|
||||
|
||||
// Execution Log
|
||||
|
||||
bool isExecutionLogEnabled() const {
|
||||
return value(QString::fromUtf8("Preferences/ExecutionLog/enabled"), false).toBool();
|
||||
}
|
||||
|
||||
void setExecutionLogEnabled(bool b) {
|
||||
setValue(QString::fromUtf8("Preferences/ExecutionLog/enabled"), b);
|
||||
}
|
||||
|
||||
// Queueing system
|
||||
bool isQueueingSystemEnabled() const {
|
||||
return value("Preferences/Queueing/QueueingEnabled", false).toBool();
|
||||
|
||||
Reference in New Issue
Block a user