chore: update readme
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user