mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 08:48:07 -06:00
Allow to set custom suffix to window title
This is to allow users to differentiate qbt instances when there are multiple running. PR #20429. Closes #17905.
This commit is contained in:
@@ -61,6 +61,9 @@ class IApplication
|
||||
public:
|
||||
virtual ~IApplication() = default;
|
||||
|
||||
virtual QString instanceName() const = 0;
|
||||
virtual void setInstanceName(const QString &name) = 0;
|
||||
|
||||
// FileLogger properties
|
||||
virtual bool isFileLoggerEnabled() const = 0;
|
||||
virtual void setFileLoggerEnabled(bool value) = 0;
|
||||
|
||||
Reference in New Issue
Block a user