mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04:00
Trim comic vine api key to avoid problems with white spaces.
This commit is contained in:
@ -63,6 +63,6 @@ void ApiKeyDialog::enableAccept(const QString &text)
|
|||||||
|
|
||||||
void ApiKeyDialog::saveApiKey()
|
void ApiKeyDialog::saveApiKey()
|
||||||
{
|
{
|
||||||
settings->setValue(COMIC_VINE_API_KEY,edit->text());
|
settings->setValue(COMIC_VINE_API_KEY,edit->text().trimmed());
|
||||||
accept();
|
accept();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user