mirror of
https://github.com/YACReader/yacreader
synced 2026-02-07 15:50:13 -05:00
Make the new quick navigation go to flow 'manga mode aware'.
This commit is contained in:
@ -51,6 +51,7 @@ using namespace YACReader;
|
||||
static Configuration configuration;
|
||||
return configuration;
|
||||
};
|
||||
QSettings *getSettings();
|
||||
void load(QSettings * settings);
|
||||
QString getDefaultPath() { return settings->value(PATH).toString(); }
|
||||
void setDefaultPath(QString defaultPath){settings->setValue(PATH,defaultPath);}
|
||||
|
||||
Reference in New Issue
Block a user