Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Update to 2024.7-beta.2: Remove shervann update channel in english ui
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldieeins committed Jun 24, 2024
1 parent 1c17dd0 commit 6b37dbd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion application-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>application-main</artifactId>
<version>2024.7-beta.1</version>
<version>2024.7-beta.2</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ private void sync(String request) {
// Method to synchronize general settings
private void syncSettings(String request) {
if(request.equals("general")) {
String channel = "shervann"; boolean autoUpdate = false;
String channel = "experimental"; boolean autoUpdate = false;
// Retrieve auto-update and update channel settings
if(ApplicationConfig.getUpdateSettings().getBoolean("updater.settings.autoUpdate")!=null) {
autoUpdate = ApplicationConfig.getUpdateSettings().getBool("updater.settings.autoUpdate");
Expand Down
Binary file modified application-main/src/main/resources/content.zip
Binary file not shown.
3 changes: 1 addition & 2 deletions application-ui/content/en/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,8 @@ <h3>
<span class="select">
<label>
<select id="updater-settings-update-channel" onchange="syncUpdates();">
<option value="shervann">Shervann (current, test)</option>
<option value="experimental">Experimental (current, test)</option>
<option value="stable">Stable (recommended)</option>
<option value="experimental">Experimental (unstable)</option>
</select>
</label>
</span>
Expand Down

0 comments on commit 6b37dbd

Please sign in to comment.