feat: new icon to indicate that LLaMA model is not downloaded (#1018)

This commit is contained in:
Danil Ovchinnikov 2025-05-12 15:23:18 +03:00 committed by Carl-Robert Linnupuu
parent db8d42d5cd
commit 68e57b790f

View file

@ -302,7 +302,7 @@ public enum LlamaModel {
}
public static String getDownloadedMarker(boolean downloaded) {
return downloaded ? "" : "\u2001";
return downloaded ? "" : "";
}
public static @NotNull Path getLlamaModelsPath() {