1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 09:46:25 +00:00

Fixed HQ mode upscaling (close #248)

This commit is contained in:
Paweł Jastrzębski
2017-10-13 10:41:45 +02:00
parent 458c28281f
commit f44bf5993e
2 changed files with 3 additions and 3 deletions

View File

@@ -620,7 +620,7 @@ class KCCGUI(KCC_ui.Ui_mainWindow):
if value == 2:
if profile['Label'] in ['KV', 'KO']:
self.addMessage('This option is intended for older Kindle models.', 'warning')
self.addMessage('It will not increase quality on a device with 300 ppi screen.', 'warning')
self.addMessage('On this device, quality improvement will be negligible.', 'warning')
GUI.upscaleBox.setEnabled(False)
GUI.upscaleBox.setChecked(True)
else: