mirror of
https://github.com/YACReader/yacreader
synced 2026-01-31 12:20:15 -05:00
Make the new quick navigation go to flow 'manga mode aware'.
This commit is contained in:
@ -12,7 +12,12 @@
|
||||
Configuration::Configuration()
|
||||
{
|
||||
//read configuration
|
||||
//load("/YACReader.conf");
|
||||
//load("/YACReader.conf");
|
||||
}
|
||||
|
||||
QSettings *Configuration::getSettings()
|
||||
{
|
||||
return settings;
|
||||
}
|
||||
|
||||
/*Configuration::Configuration(const Configuration & conf)
|
||||
|
||||
Reference in New Issue
Block a user