fix gif favs

This commit is contained in:
MathMan05
2025-11-26 18:39:50 -06:00
parent 1b615b9781
commit 4e4f14d1b4
+1 -1
View File
@@ -195,7 +195,7 @@ export class Favorites {
return this.old;
}
setOld(newold: favandfreqimp) {
this.old = newold;
this.old = structuredClone(newold);
this.saveLocal();
return;
}