Unconditionally use SSSS

This commit is contained in:
Tobias Fella
2024-05-05 21:55:02 +02:00
parent 066cb8184e
commit 3dd28a0382
4 changed files with 3 additions and 19 deletions

View File

@@ -50,7 +50,6 @@ class Controller : public QObject
Q_PROPERTY(QStringList accountsLoading MEMBER m_accountsLoading NOTIFY accountsLoadingChanged)
Q_PROPERTY(bool ssssSupported READ ssssSupported CONSTANT)
Q_PROPERTY(bool csSupported READ csSupported CONSTANT)
public:
@@ -97,7 +96,6 @@ public:
Q_INVOKABLE void removeConnection(const QString &userId);
bool ssssSupported() const;
bool csSupported() const;
private: