update: rename function

This commit is contained in:
Daniel Gonzalez Albo
2025-10-07 00:39:20 +02:00
committed by Nicolás Hatcher Andrés
parent eb3e92ffd8
commit b506ccf908
2 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ export function createNewModel(): Model {
return model;
}
export function loadModelFromStorageOrCreate(): Model | null {
export function loadSelectedModelFromStorage(): Model | null {
const uuid = localStorage.getItem("selected");
if (uuid) {
// We try to load the selected model