Skip to content

Commit cf4dd81

Browse files
xwalfieenyuwaea
authored andcommitted
fix: add SaveToDisk = false
1 parent 17641fa commit cf4dd81

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

scripts/database/settings/SettingsProfile.cs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,8 @@ public SettingsProfile()
11181118
new() { Title = "Choose file", Description = "Import manually from a nightly settings file", OnPressed = () => {
11191119
SettingsMenu.Instance.ImportNightlyDialog.PopupCentered();
11201120
}}
1121-
]
1121+
],
1122+
SaveToDisk = false,
11221123
};
11231124

11241125
ImportNightlyMeshes = new(default)
@@ -1134,7 +1135,8 @@ public SettingsProfile()
11341135
SettingsManager.Instance.Settings.NoteMesh.List.Values = getAvailableMeshes();
11351136
SettingsMenu.Instance.RefreshList(SettingsManager.Instance.Settings.NoteMesh);
11361137
}}
1137-
]
1138+
],
1139+
SaveToDisk = false,
11381140
};
11391141

11401142
ImportNightlyColorsets = new(default)
@@ -1150,7 +1152,8 @@ public SettingsProfile()
11501152
SettingsManager.Load();
11511153
SettingsMenu.Instance.RefreshList(SettingsManager.Instance.Settings.NoteColors);
11521154
}}
1153-
]
1155+
],
1156+
SaveToDisk = false,
11541157
};
11551158

11561159
DisplayFPS = new(true)

0 commit comments

Comments
 (0)