Update to latest settings library version

This commit is contained in:
Rasmus Karlsson
2018-11-03 13:00:07 +01:00
parent 9ced50e94e
commit ac4a496a06
36 changed files with 373 additions and 374 deletions
+1 -2
View File
@@ -50,8 +50,7 @@ AccountSwitchWidget::AccountSwitchWidget(QWidget *parent)
}
else
{
app->accounts->twitch.currentUsername =
newUsername.toStdString();
app->accounts->twitch.currentUsername = newUsername;
}
}
});