Skip to content

Commit

Permalink
V. 1.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ComputerElite authored Mar 3, 2021
1 parent 39d12bd commit 9086b50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions C#/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public partial class MainWindow : Window
{
int MajorV = 1;
int MinorV = 14;
int PatchV = 6;
int PatchV = 7;
Boolean Preview = false;
public static bool log = false;

Expand Down Expand Up @@ -208,7 +208,7 @@ private void SetupLanguage()
playlistEditorButton.Content = globalLanguage.mainMenu.UI.playlistEditorButton;
settingsButton.Content = globalLanguage.mainMenu.UI.settingsButton;

File.WriteAllText("D:\\en.json", JsonSerializer.Serialize(globalLanguage));
//File.WriteAllText("D:\\en.json", JsonSerializer.Serialize(globalLanguage));
}

public static void Log(String s)
Expand Down Expand Up @@ -1191,4 +1191,4 @@ internal void CustomProto(string Link)
SupportWindow.StartSupport(Link);
}
}
}
}

0 comments on commit 9086b50

Please sign in to comment.