Commit d4194e55 authored by SpinShare's avatar SpinShare

added chart clearance

parent 3d090156
......@@ -71,6 +71,12 @@
checkCharts: function() {
let userSettings = new UserSettings();
// Clear Analyzation data
this.$data.missingCharts = [];
this.$data.outdatedCharts = [];
this.$data.okCharts = [];
this.$data.analyzationDone = false;
this.$data.tournamentCharts.forEach((chart) => {
// Find SRTB
glob(path.join(userSettings.get('gameDirectory'), chart.fileReference + ".srtb"), (error, files) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment