mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 00:44:59 -04:00
Sync doubleMangaPage with saved config when we create connections
This commit is contained in:
@ -97,6 +97,9 @@ shouldOpenPrevious(false)
|
|||||||
|
|
||||||
if(Configuration::getConfiguration().getDoublePage())
|
if(Configuration::getConfiguration().getDoublePage())
|
||||||
doublePageSwitch();
|
doublePageSwitch();
|
||||||
|
|
||||||
|
if(Configuration::getConfiguration().getDoubleMangaPage())
|
||||||
|
doubleMangaPageSwitch();
|
||||||
|
|
||||||
createConnections();
|
createConnections();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user