mirror of
https://github.com/ciromattia/kcc
synced 2025-12-12 17:26:23 +00:00
add webtoon tip
This commit is contained in:
@@ -720,6 +720,7 @@ class KCCGUI(KCC_ui.Ui_mainWindow):
|
|||||||
def togglewebtoonBox(self, value):
|
def togglewebtoonBox(self, value):
|
||||||
if value:
|
if value:
|
||||||
self.addMessage('You can choose a taller device profile to get taller cuts in webtoon mode.', 'info')
|
self.addMessage('You can choose a taller device profile to get taller cuts in webtoon mode.', 'info')
|
||||||
|
self.addMessage('Try reading webtoon panels side by side in landscape!', 'info')
|
||||||
GUI.qualityBox.setEnabled(False)
|
GUI.qualityBox.setEnabled(False)
|
||||||
GUI.qualityBox.setChecked(False)
|
GUI.qualityBox.setChecked(False)
|
||||||
GUI.rotateBox.setEnabled(False)
|
GUI.rotateBox.setEnabled(False)
|
||||||
|
|||||||
Reference in New Issue
Block a user