diff --git a/kindlecomicconverter/KCC_gui.py b/kindlecomicconverter/KCC_gui.py index 3515f5f..d55abba 100644 --- a/kindlecomicconverter/KCC_gui.py +++ b/kindlecomicconverter/KCC_gui.py @@ -720,6 +720,7 @@ class KCCGUI(KCC_ui.Ui_mainWindow): def togglewebtoonBox(self, value): if value: 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.setChecked(False) GUI.rotateBox.setEnabled(False)