mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-10 18:47:26 +08:00
[+] toggle the display of self-made charts
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.ObjectModel;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
@@ -67,7 +66,7 @@ namespace AquaMai.UX
|
||||
jacketPaths[match.Groups[1].Value] = laFile;
|
||||
}
|
||||
|
||||
MelonLogger.Msg($"Loaded {jacketPaths.Count} custom jacket images.");
|
||||
MelonLogger.Msg($"[LoadJacketPng] Loaded {jacketPaths.Count} custom jacket images.");
|
||||
}
|
||||
|
||||
private static string GetJacketPath(string id)
|
||||
|
||||
Reference in New Issue
Block a user