mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Sync doubleMangaPage with saved config when we create connections
This commit is contained in:
parent
0cfae101ca
commit
5a933f577e
@ -97,6 +97,9 @@ shouldOpenPrevious(false)
|
|||||||
|
|
||||||
if(Configuration::getConfiguration().getDoublePage())
|
if(Configuration::getConfiguration().getDoublePage())
|
||||||
doublePageSwitch();
|
doublePageSwitch();
|
||||||
|
|
||||||
|
if(Configuration::getConfiguration().getDoubleMangaPage())
|
||||||
|
doubleMangaPageSwitch();
|
||||||
|
|
||||||
createConnections();
|
createConnections();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user