mirror of
https://github.com/ciromattia/kcc
synced 2026-07-04 20:15:39 +00:00
Implemented screen size override
This commit is contained in:
+1
-2
@@ -108,8 +108,7 @@ class ProfileData:
|
||||
class ComicPage:
|
||||
def __init__(self, source, device):
|
||||
try:
|
||||
self.profile = device
|
||||
self.profile_label, self.size, self.palette, self.gamma, self.panelviewsize = ProfileData.Profiles[device]
|
||||
self.profile_label, self.size, self.palette, self.gamma, self.panelviewsize = device
|
||||
except KeyError:
|
||||
raise RuntimeError('Unexpected output device %s' % device)
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user