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
@ -98,6 +98,9 @@ shouldOpenPrevious(false)
|
|||||||
if(Configuration::getConfiguration().getDoublePage())
|
if(Configuration::getConfiguration().getDoublePage())
|
||||||
doublePageSwitch();
|
doublePageSwitch();
|
||||||
|
|
||||||
|
if(Configuration::getConfiguration().getDoubleMangaPage())
|
||||||
|
doubleMangaPageSwitch();
|
||||||
|
|
||||||
createConnections();
|
createConnections();
|
||||||
|
|
||||||
hideCursorTimer->start(2500);
|
hideCursorTimer->start(2500);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user