fix: allow remove expired api configs (#1907)

This commit is contained in:
vkamn
2025-10-03 14:45:12 +08:00
committed by GitHub
parent 50d1be7b4a
commit e024f71ce1
3 changed files with 10 additions and 6 deletions
@@ -30,7 +30,7 @@ public slots:
bool updateServiceFromGateway(const int serverIndex, const QString &newCountryCode, const QString &newCountryName,
bool reloadServiceConfig = false);
bool updateServiceFromTelegram(const int serverIndex);
bool deactivateDevice();
bool deactivateDevice(const bool isRemoveEvent);
bool deactivateExternalDevice(const QString &uuid, const QString &serverCountryCode);
bool isConfigValid();