mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Merged in Anon789/yacreader-5/Anon789/yacreaderlibrary_ruts-minor-corrections--1519496099309 (pull request #67)
yacreaderlibrary_ru.ts Approved-by: Luis ?ngel San Mart?n <luisangelsm@gmail.com>
This commit is contained in:
@ -63,6 +63,6 @@ void ApiKeyDialog::enableAccept(const QString &text)
|
||||
|
||||
void ApiKeyDialog::saveApiKey()
|
||||
{
|
||||
settings->setValue(COMIC_VINE_API_KEY,edit->text());
|
||||
settings->setValue(COMIC_VINE_API_KEY,edit->text().trimmed());
|
||||
accept();
|
||||
}
|
||||
|
@ -7,8 +7,9 @@
|
||||
#include "yacreader_flow_config_widget.h"
|
||||
#include "api_key_dialog.h"
|
||||
|
||||
|
||||
#ifndef NO_OPENGL
|
||||
FlowType flowType = Strip;
|
||||
#endif
|
||||
|
||||
OptionsDialog::OptionsDialog(QWidget * parent)
|
||||
:YACReaderOptionsDialog(parent)
|
||||
|
Reference in New Issue
Block a user