mirror of
https://github.com/YACReader/yacreader
synced 2026-03-01 10:22:58 -05:00
Implement continuous scrolling
This commit is contained in:
@ -144,7 +144,7 @@ int main(int argc, char *argv[])
|
||||
QDir().mkpath(YACReader::getSettingsPath());
|
||||
|
||||
Logger &logger = Logger::instance();
|
||||
logger.setLoggingLevel(QsLogging::InfoLevel);
|
||||
logger.setLoggingLevel(QsLogging::TraceLevel);
|
||||
|
||||
if (parser.isSet("loglevel")) {
|
||||
if (parser.value("loglevel") == "trace") {
|
||||
|
||||
Reference in New Issue
Block a user