Skip to content

Commit ab536b5

Browse files
authored
Merge pull request #20 from Bob-Rust/feature/standard-settings
Update standard settings to look better
2 parents d1d1961 + 1fa7d15 commit ab536b5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/main/java/com/bobrust/settings/Settings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public interface Settings {
104104
@GuiElement(tab = GuiElement.Tab.Generator,
105105
label = RustUI.Type.SETTINGS_USEICCCONVERSION_LABEL,
106106
tooltip = RustUI.Type.SETTINGS_USEICCCONVERSION_TOOLTIP)
107-
BoolType SettingsUseICCConversion = new BoolType(true);
107+
BoolType SettingsUseICCConversion = new BoolType(false);
108108

109109
// Used for internal save state
110110
InternalSettings InternalSettings = new InternalSettings();

src/main/resources/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.57
1+
0.3.58

version.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#Wed Jul 12 18:45:48 CEST 2023
2-
build_id=58
1+
#Wed Jul 12 19:45:38 CEST 2023
2+
build_id=59

0 commit comments

Comments
 (0)