chore: update readme

This commit is contained in:
2025-04-18 17:40:44 +08:00
parent df376249f0
commit 2a04398863
4 changed files with 18 additions and 15 deletions

View File

@@ -265,7 +265,7 @@ public class StegSolve extends JFrame {
forwardButton.getInputMap(JComponent.WHEN_IN_FOCUSED_WINDOW).put(KeyStroke.getKeyStroke(KeyEvent.VK_RIGHT, 0), "forward");
forwardButton.getActionMap().put("forward", forwardButtonPress);
this.setTitle("StegSolve 1.5 by Souno (龙腾四季专版)");
this.setTitle("StegSolve Legacy");
this.setMaximumSize(getToolkit().getScreenSize());
pack();