mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-04-26 23:55:36 +00:00
fix gif favs
This commit is contained in:
@@ -195,7 +195,7 @@ export class Favorites {
|
||||
return this.old;
|
||||
}
|
||||
setOld(newold: favandfreqimp) {
|
||||
this.old = newold;
|
||||
this.old = structuredClone(newold);
|
||||
this.saveLocal();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user