mirror of
https://github.com/developersu/ns-usbloader.git
synced 2025-05-13 06:34:43 -04:00
v0.6.1 minor fixes after adding Chinese language.
This commit is contained in:
parent
3e7ab22444
commit
96e639350b
5 changed files with 50 additions and 49 deletions
|
@ -12,7 +12,7 @@ import java.util.Locale;
|
|||
import java.util.ResourceBundle;
|
||||
|
||||
public class NSLMain extends Application {
|
||||
public static final String appVersion = "v0.6";
|
||||
public static final String appVersion = "v0.6.1";
|
||||
@Override
|
||||
public void start(Stage primaryStage) throws Exception{
|
||||
FXMLLoader loader = new FXMLLoader(getClass().getResource("/NSLMain.fxml"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue