thanks typescript

This commit is contained in:
Alex
2025-01-24 17:38:50 +00:00
parent af8e082ae1
commit 022381d6e9
+2
View File
@@ -76,6 +76,8 @@ public class PresetHelper(
public bool IsPreset(string id)
{
if (string.IsNullOrEmpty(id))
return false;
return _databaseService.GetGlobals().ItemPresets.ContainsKey(id);
}