mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
fix: autoDeleteOldPrints and saveInstancePrints
This commit is contained in:
@@ -517,7 +517,7 @@ export const useGalleryStore = defineStore('Gallery', () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async function tryDeleteOldPrints() {
|
async function tryDeleteOldPrints() {
|
||||||
if (!advancedSettingsStore.deleteOldPrints) {
|
if (!advancedSettingsStore.autoDeleteOldPrints) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
await refreshPrintTable();
|
await refreshPrintTable();
|
||||||
|
|||||||
@@ -781,7 +781,7 @@ export const useGameLogStore = defineStore('GameLog', () => {
|
|||||||
console.error(err);
|
console.error(err);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (advancedSettingsStore.saveInstanceEmoji) {
|
if (advancedSettingsStore.saveInstancePrints) {
|
||||||
try {
|
try {
|
||||||
let printId = '';
|
let printId = '';
|
||||||
const url1 = new URL(gameLog.url);
|
const url1 = new URL(gameLog.url);
|
||||||
|
|||||||
Reference in New Issue
Block a user