File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ public static void Init(string path)
4747 Language . Value = settingsFile . Language ;
4848 MasterGain . Value = settingsFile . MasterGain ;
4949 BackgroundImagePath . Value = settingsFile . BackgroundImagePath ;
50+ BackgroundImageOpacity . Value = settingsFile . BackgroundImageOpacity ;
5051 ParameterBoundaryExtension . Value = settingsFile . ParameterBoundaryExtension ;
5152 PianoKeySamplesPath . Value = settingsFile . PianoKeySamplesPath ;
5253 AutoSaveInterval . Value = settingsFile . AutoSaveInterval ;
@@ -66,6 +67,7 @@ public static void Save(string path)
6667 Language = Language ,
6768 MasterGain = MasterGain ,
6869 BackgroundImagePath = BackgroundImagePath ,
70+ BackgroundImageOpacity = BackgroundImageOpacity ,
6971 ParameterBoundaryExtension = ParameterBoundaryExtension ,
7072 PianoKeySamplesPath = PianoKeySamplesPath ,
7173 AutoSaveInterval = AutoSaveInterval ,
You can’t perform that action at this time.
0 commit comments