updated to build 103

此提交包含在:
Seil0
2016-11-21 18:44:15 +01:00
父節點 686a88daa0
當前提交 b5035825a5
共有 8 個檔案被更改,包括 4 行新增3 行删除
未顯示二進位檔案。
未顯示二進位檔案。
未顯示二進位檔案。
未顯示二進位檔案。
未顯示二進位檔案。
+3 -2
查看文件
@@ -190,7 +190,7 @@ public class MainWindowController {
private boolean settingstrue = false; private boolean settingstrue = false;
private boolean streamingSettingsTrue = false; private boolean streamingSettingsTrue = false;
private String version = "0.4.0"; private String version = "0.4.0";
private String buildNumber = "102"; private String buildNumber = "103";
private String versionName = "glowing bucket"; private String versionName = "glowing bucket";
private String buildURL = "https://raw.githubusercontent.com/Seil0/Project-HomeFlix/master/updates/buildNumber.txt"; private String buildURL = "https://raw.githubusercontent.com/Seil0/Project-HomeFlix/master/updates/buildNumber.txt";
private String downloadLink = "https://raw.githubusercontent.com/Seil0/Project-HomeFlix/master/updates/downloadLink.txt"; private String downloadLink = "https://raw.githubusercontent.com/Seil0/Project-HomeFlix/master/updates/downloadLink.txt";
@@ -203,6 +203,7 @@ public class MainWindowController {
private String errorPlay; private String errorPlay;
private String errorOpenStream; private String errorOpenStream;
private String errorMode; private String errorMode;
@SuppressWarnings("unused")
private String errorLoad; private String errorLoad;
private String errorSave; private String errorSave;
private String noFilmFound; private String noFilmFound;
@@ -1002,7 +1003,7 @@ public class MainWindowController {
mode = props.getProperty("mode"); mode = props.getProperty("mode");
inputStream.close(); inputStream.close();
} catch (IOException e) { } catch (IOException e) {
showErrorMsg(errorLoad, e); // showErrorMsg(errorLoad, e); //TODO das soll beim ersten start nicht erscheinen
e.printStackTrace(); e.printStackTrace();
} }
} }
未顯示二進位檔案。
+1 -1
查看文件
@@ -1 +1 @@
102 103