1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-12 17:26:23 +00:00

add webtoon tip

This commit is contained in:
Alex Xu
2025-10-21 11:54:47 -07:00
parent 58b9651ff3
commit 1f935a0635

View File

@@ -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)