1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-15 18:56:28 +00:00

Disabling landscape mode as it is broken in this mode

This commit is contained in:
Paweł Jastrzębski
2013-05-07 22:16:33 +02:00
parent 8b1965054f
commit 8c57926978

View File

@@ -707,6 +707,7 @@ def checkOptions():
options.nopanelviewhq = True
if options.panelviewhorizontal:
options.panelview = True
options.landscapemode = False
def getEpubPath():