chore: update pajlada-signals, pajlada-serialize, pajlada-settings (#6797)

This commit is contained in:
pajlada
2026-02-07 14:26:58 +01:00
committed by GitHub
parent 4a23d21865
commit f7aa5959c1
7 changed files with 16 additions and 10 deletions
@@ -413,7 +413,7 @@ bool TwitchAccountManager::removeUser(TwitchAccount *account)
auto userID(account->getUserId());
if (!userID.isEmpty())
{
pajlada::Settings::SettingManager::removeSetting(
pajlada::Settings::SettingManager::gRemoveSetting(
accountFormat.arg(userID).toStdString());
}